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

Fix login process #394

Merged
merged 4 commits into from
Jan 1, 2024
Merged

Fix login process #394

merged 4 commits into from
Jan 1, 2024

Conversation

r-a303931
Copy link
Member

@r-a303931 r-a303931 commented Dec 31, 2023

Improved the login process by:

  1. Adding banners and disabling buttons to prevent multiple successive username and password reset requests - page reload between requests now required
  2. Trimming usernames everywhere to handle people adding spaces to their names
  3. Made password reset error out when people reuse old passwords instead of silently ignoring the error
  4. Upped the password minimum password length from 8 to 11...
  5. ...but also removed max password age

added banners to highlight a user completing a form action
disabled the button to prevent sending repeated emails
password reset now throws errors when appropriate
passwords now have no max age, but minimum length of 11 characters
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

Successfully merging this pull request may close these issues.

None yet

2 participants