On Wednesday, May 10, 2017 at 8:33:28 AM UTC-4, sunda.am...@gmail.com wrote:
>
> 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 ???
>

Are you saying you want to be able to log out, but the next time you visit 
the login page, it already has both your email and password filled in for 
you? What is the point of that? Why not just skip the logout in that case?

Anyway, you wouldn't want to do that because in that case, you would need 
to store the plain text password in a cookie in the user's browser or in 
your own database on the server, neither of which would be advisable from a 
security perspective.

Anthony

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