[web2py] Re: How to make registrations invitation-only with Janrain login/registrations

2013-11-14 Thread Dragan Matic
In the first phase it would be used for beta testing where codes can't be 
used twice. 

Later on it could be also used for users to invite their friends, but for 
now I would just like to give users possibility to register with Janrain 
but only if they have invitation code. 

On Thursday, November 14, 2013 12:02:17 AM UTC+1, Derek wrote:
>
> Sure, there is a way to do that. Do you want to have users send out invite 
> codes to their friends, or is this a beta test type thing where once codes 
> are used up they can't use again, or is this for tracking sources?
>
> On Friday, November 8, 2013 5:57:08 AM UTC-7, Dragan Matic wrote:
>>
>> When using web2py authentication I can check if user is logging in or 
>> registering a new user and then I can check if it has proper invitation 
>> code in and deny him registration. 
>>
>> But what if user is using Janrain? Login and registraton is then done 
>> through an external app. Is there a way to intercept registration and check 
>> for invitation code and deny it somehow if necessary?
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: How to make registrations invitation-only with Janrain login/registrations

2013-11-13 Thread Derek
Sure, there is a way to do that. Do you want to have users send out invite 
codes to their friends, or is this a beta test type thing where once codes 
are used up they can't use again, or is this for tracking sources?

On Friday, November 8, 2013 5:57:08 AM UTC-7, Dragan Matic wrote:
>
> When using web2py authentication I can check if user is logging in or 
> registering a new user and then I can check if it has proper invitation 
> code in and deny him registration. 
>
> But what if user is using Janrain? Login and registraton is then done 
> through an external app. Is there a way to intercept registration and check 
> for invitation code and deny it somehow if necessary?
>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.