Python Forum
Login form - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Board (https://python-forum.io/forum-26.html)
+--- Thread: Login form (/thread-221.html)



Login form - wavic - Oct-01-2016

Every time I login, login form asks me to remember me. I remove the tick every time. And it's there again at the next login.  :dodgy:


RE: Login form - Ofnuts - Oct-01-2016

Make sure you have enabled permanent cookies for the new site.


RE: Login form - Skaperen - Oct-02-2016

it is, therefore, forgetting you.


RE: Login form - metulburr - Oct-02-2016

Quote:I remove the tick every time.
You remove the tick? If you remove it, then you are saying you dont want it to remember you.


RE: Login form - wavic - Oct-02-2016

Yes, I don't want to. I may login from somewhere else, not from my machine and I don't want to leave a cookie there by accident.


RE: Login form - metulburr - Oct-02-2016

So your saying you want it to stop asking you?


RE: Login form - wavic - Oct-02-2016

Exactly :)


RE: Login form - metulburr - Oct-02-2016

There is no way to do this for one user without putting an if condition with your UID in the code. And i doubt that all the admins would agree to that. 

I would have to turn it off for all users. And most users want them to be remembered.


RE: Login form - wavic - Oct-02-2016

I am aware with that. But if is turned off for all who want to be remembered they have to tick the box only once.