Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'remember me' option to login forms #94

Open
jbroadway opened this issue May 4, 2012 · 0 comments
Open

Add 'remember me' option to login forms #94

jbroadway opened this issue May 4, 2012 · 0 comments
Labels
Milestone

Comments

@jbroadway
Copy link
Owner

To extend the session expiry so they don't have to log in again for some time. Default expiry is 30 days, so this feature would only need to be enabled if session_duration was adjusted (for example, if it was set to 0 to expire at the end of their browser session).

Add remember_login_checkbox = On setting to Users app settings form. If session_duration < 2592000 then show the checkbox. If $_POST['remember_me'] is set, set session cookie duration to 2592000 instead of whatever it's set in conf/config.php.

@lux lux modified the milestones: 2.2, 2.4 May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants