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

Password strength indicator #3215

Closed
lkiesow opened this issue Dec 1, 2021 · 0 comments
Closed

Password strength indicator #3215

lkiesow opened this issue Dec 1, 2021 · 0 comments
Assignees

Comments

@lkiesow
Copy link
Member

lkiesow commented Dec 1, 2021

Users tend to select bad passwords, and it is a good idea to remind them of that. Therefore, it would be nice to have a basic password strength indicator for the web interfaces which allows users to set passwords:

Screenshot from 2021-12-01 13-11-10 (copy)

As an indicator, a bar would be nice which will be red at < 33%, yellow at < 66% and green above that.

Password strength is usually not an exact science, but a simple approach would be something like this:

narickmann added a commit to narickmann/opencast that referenced this issue Jan 11, 2022
This fixes opencast#3215.
Simple strength bar, checks if the password contains at least one uppercase letter, one lowercase letter, one number, one special character and is at least 8 characters long.
narickmann added a commit to narickmann/opencast that referenced this issue Feb 1, 2022
This fixes opencast#3215
Implemented proposed changes and translation for textual indicator.
@lkiesow lkiesow closed this as completed in f86bdae Mar 1, 2022
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