fruxefarms / FruxePi

Indoor farming software using the Raspberry Pi
https://docs.fruxe.co
Other
142 stars 41 forks source link

`Remember Me` on Login Screen Doesn't Work #51

Open dcaud opened 5 years ago

dcaud commented 5 years ago

Even after I click Remember Me, any time I close the browser window and then open another window and go to the website again, I am required to enter my username and password... again. I'd love if my credentials only expired after some relatively long period of time...or even never.

fruxefarms commented 5 years ago

This will be addressed in the upcoming release, but a quick fix:

Set the following field to 0 in the /app/application/config/ion_auth.php file.

$config['user_expire'] = 0;