Re: SuperUser not logging out after reboot

2019-12-11 Thread Mike Dewhirst
On 11/12/2019 8:19 pm, Bruckner de Villiers wrote: Running Django 3, Python 3.7.3, Chrome Browser on MacOS Catalina. All the code and db are on an external Volume. After a reboot (Restart on Mac), http://127.0.0.1:8000/admin/ displayed the admin page without requesting a login.  Not good for

Re: SuperUser not logging out after reboot

2019-12-11 Thread Bruckner de Villiers
Thank you – thought that this is the case.  However, I am trying to cater for the user who forgot to log out. Regards, Bruckner de Villiers 083 625 1086 From: on behalf of Miracle Reply to: Date: Wednesday, 11 December 2019 at 12:09 To: Subject: Re: SuperUser not logging out after

Re: SuperUser not logging out after reboot

2019-12-11 Thread Miracle
Hello, If you don't want to be logged in, you can simply log out before closing the local server. Another way is to tell your browser not to save the password whenever you are logging in. I suppose you have atleast one email account or social media account. And I believe it logs you in

SuperUser not logging out after reboot

2019-12-11 Thread Bruckner de Villiers
Running Django 3, Python 3.7.3, Chrome Browser on MacOS Catalina. All the code and db are on an external Volume. After a reboot (Restart on Mac), http://127.0.0.1:8000/admin/ displayed the admin page without requesting a login.  Not good for serious apps.  Probably something in my Chrome