-
Notifications
You must be signed in to change notification settings - Fork 26
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
Underscore in password regex missing #60
Comments
I'm not sure I've ever seen a password use underscores in it. |
It makes no sense to me to prohibit it. I don't think there's even any popular security convention that says to prohibit it. Users should be able to formulate their passwords however they want as long as the basic guards are set in place like minimum of 8 characters and so on |
Yeah, but I'm not sure anywhere let's you use an underscore in a password. |
I'm sorry what? Literally all my life I've never encountered restriction of underscores. This is becoming an unnecessary point of contention to be honest |
Actually I rarely use the letter 'b' in my passwords. Mind if we block those too? |
I mean, if you want to, I don't see why not. |
So why were you bringing up some sort of wall against it? That was odd mate. |
I'm not, I'm just saying that I've never seen a password with an underscore in it, that's all. |
You can't just edit the comments to suggest something else and pretend what @KingXP-Pythoner was mentioning doesn't exist. Just own up to it and say "Yeah you're right my bad" so when someone else views this thread they don't think @KingXP-Pythoner is making a fuss over nothing. |
Woah, I just noticed the edit 😕👎 |
I'm not sure if it was intentional or not but it is not possible to create an account using a password with underscores. I believe new user should be allowed to do this.
The text was updated successfully, but these errors were encountered: