Hello,
This is actually my first question ever in a forum, and i hope it will be helpull. I am working in a company and the framework which i am using is web2py.
The "Remember me" is absolutly not working. i put that in my db.py :
auth.settings.long_expiration = 3600
which web2py version are you using?would you post the html of the 'remember me' input tag
Paolo
--
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 a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Z30XLTQzYi0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Paolo
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
Paolo
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
Anhtony,
What i observe, is when i login with activing the 'remember me' radio box, and then after when i logout, and want to login again, it doesnt remember me , i need to write my mail and password again ...
OWWWWW, so how do i call the functionnality that even when i logout, he remember the email i putted in the email form , and the password which goes with that emails ???
You can maybe use autofill options in your browser or a password manager. Note that this is clientside.
Nico de Groot