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

Login: Remember me checkbox #6625

Closed
mobyvb opened this issue Dec 20, 2023 · 2 comments
Closed

Login: Remember me checkbox #6625

mobyvb opened this issue Dec 20, 2023 · 2 comments
Assignees

Comments

@mobyvb
Copy link
Member

mobyvb commented Dec 20, 2023

User can check "remember me" to set the timeout for their current session to 1 week.
In this situation, the DB-level default session timeout does not change. Only the specific session from the login. After the next session inactivity refresh, the DB-level default would be used.

AC:

  • during login, a new "remember me for one week" checkbox is added
    • when checked, the new session has expiration in a week, but the user preference in the DB does not change
    • when unchecked, nothing changes; user preference or satellite config is used
@mobyvb mobyvb added the Needs Estimation Issue still needs story pointing label Dec 20, 2023
@mobyvb mobyvb removed the Needs Estimation Issue still needs story pointing label Jan 8, 2024
@VitaliiShpital VitaliiShpital self-assigned this Jan 16, 2024
@storj-gerrit
Copy link

storj-gerrit bot commented Jan 16, 2024

@storj-gerrit
Copy link

storj-gerrit bot commented Jan 16, 2024

Change web/satellite/v2: added remember me checkbox for login form mentions this issue.

storjBuildBot pushed a commit that referenced this issue Jan 17, 2024
… session

Extended login functionality to allow user to authenticate with 1-week long session.

Issue:
#6625

Change-Id: I8393b359a25e65cbefc624ed509f66dd823214d1
storjBuildBot pushed a commit that referenced this issue Jan 17, 2024
Added "remember me for one week" checkbox to login form which would make next session to be 1-week long.

Issue:
#6625

Change-Id: Ie5f98bc80e88b2f00b28031fe797f7027c5d3072
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants