On Monday, November 23, 2015 at 5:38:45 PM UTC-8, Kalpish Singhal wrote:
>
> I want my admin user group can only register new members and their 
> password should be send to respective user mail id using auth_user table, 
> how to do this when auth is logged in because no signup option is their 
> after login in the menu?
>


I'm a little bit confused by this ... who logs in and then doesn't have a 
signup option?

If the new user is logged in, do they need to be registered?   Or are they 
already registered which is required to login?

Is the flow below not what you are using? 


new user attempts to access site
      |
      | not authorized triggers redirect
      v
new user fills in registration
      |
      |---------------------------> reg form records info, alerts admin   
----------|
      
V                                                                             
|
new user waits for 
email                                                            v
      :                                                                    
admin approves registration
      
:                                                                              
|
      :<--------------------------- approval triggers email 
<------------------------|
      v
new user reads email
      |
      |
      v
new user uses password to login
      |
      |
      v
new user accesses site features

If you have another scenario, could you outline it a bit?  That will help 
us understand what you're trying to do.

Dave
/dps


-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to