I have this in my db.py model: ## configure auth policy auth.settings.registration_requires_verification = False auth.settings.registration_requires_approval = False auth.settings.reset_password_requires_verification = True
If I register for the application (at %app%/default/user/register), it goes through (I get a "Success" flash and an entry is added to the auth_user table.) However, every time I register, a registration_key is added to the auth_user entry. The user is prevented from logging in until I remove the registration key from the auth_user row manually. It's my understanding that the first 2 lines above should stop a registration_key from being added or created - the user should be able to log in immediately. What am I missing? -- --- 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.