[web2py] custom user registration

2018-01-06 Thread Walter Okine
i have disable registration
i have registered two admin. and added extra fields company_name and status
I want these two admin to be able to register others  and pass the 
company_name to each user they register

Example 
Admin 1  company is xyz so when he register other users their company_name 
should be xyz
Admin 2  company is ghl so when he register other users their company_name 
should be ghl

thanks



-- 
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/d/optout.


[web2py] Custom User Registration

2013-04-23 Thread Mike D
Is there a way to do user registration manually and still get all the 
goodies that come with web2py registration (email verification, admin 
approval, etc)? Something similar to login_bare() but for registration? 
Just adding a user to the auth_user table doesn't trigger any of the 
automatic stuff. 

The reason I ask is I have a desktop client that talks to my web2py server 
via JSON RPC and I'd like to enable users to register from there without 
having to do everything else myself.

Thanks,
Mike

-- 

--- 
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.