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

Correct password requirements #173

Open
denis-rossati opened this issue Feb 21, 2023 · 2 comments
Open

Correct password requirements #173

denis-rossati opened this issue Feb 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@denis-rossati
Copy link

Description

The guide to create a password at the sign up says "Password should contain at least one digit, one small letter and one capital letter and should at least contain 8 characters.", however, there is one requirement that is not described here. The password must have an special character.

To Reproduce

Just go to the sign up page and type a valid password according to the description such as "1234567qW", but the password will be invalid, then try adding a special character like "1234567qW@", and the password will be accepted.

Expected behavior

Expected that the password description would be correct, like "Password should contain at least one digit, one special charater, one small letter and one capital letter and should at least contain 8 characters."

Runtime Environment

Docker version 20.10.13 on Ubuntu 20 x86_64

@denis-rossati denis-rossati added the bug Something isn't working label Feb 21, 2023
@tayler6000
Copy link

I noticed this myself and forked the repo to fix it. Apparently, this was already fixed in the develop branch in #165 it just hasn't been put into the main branch yet and apparently hasn't been distributed.

@Avasara
Copy link

Avasara commented Apr 24, 2023

Thanks for this. I was having a hard time trying to get this to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants