web2py running on nginx + uwsgi + python3

http://localhost/admin worked for several days, then rejected password 

attempted password reset with:

python3 -c "from gluon.main import save_password; 
save_password(raw_input('admin password: '),443)"

admin rejected new password

ran web2py with rocket server, set password with GUI and logged in 
successfully to admin
changed admin password using rocket server

tried admin login with nginx+uwsgi again and admin rejected new password
admin disabled because of too many incorrect passwords

what is the location of the file that admin sets to disable admin access?

how to change the password, given the above solutions failed and why did 
they fail?

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

Reply via email to