[web2py] auth.settings.registration_requires_approval has no effect

2015-08-19 Thread 'Karl Thomas Schmidt' via web2py-users
Hi@ all, Having this lines in db.py auth = Auth(db) auth.settings.registration_requires_approval = True auth.settings.login_after_registration = False a new registration immediatly logs in and corresponding db field is still empty. Running 2.11.2-stable+timestamp.2015.05.30.16.33.24 (Running on

Re: [web2py] auth.settings.registration_requires_approval

2010-02-25 Thread Alexandre Andrade
I have adapted a plugin. I will post it soon. 2010/2/25, baloan : > When setting > > auth.settings.registration_requires_approval = True > > new user registration seem to keep sitting in pending state. The admin > needs a user interface to approve or reject new registrations. > > Is there any prec

[web2py] auth.settings.registration_requires_approval

2010-02-25 Thread baloan
When setting auth.settings.registration_requires_approval = True new user registration seem to keep sitting in pending state. The admin needs a user interface to approve or reject new registrations. Is there any preconfigured approval pages/process built into web2py or do I have to implement one