auth.settings.create_user_groups and auth.settings.everybody_group_id are not work tested download new web2py (not upgrade) 1. create new application test 2. add auth.settings.create_user_groups = False and auth.settings.everybody_group_id = 2 in db.py 3. input auth group (Admin and User) 4. test input new user from appadmin 5. check on auth membership new user is not added on auth membership 6. change auth.settings.create_user_groups = True 7. test input new user from appadmin 8. check on auth membership new user is not added on auth membership
best regards, stifan -- 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.

