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

New account grappe bug password #379

Open
Mikoteko opened this issue Dec 22, 2023 · 1 comment
Open

New account grappe bug password #379

Mikoteko opened this issue Dec 22, 2023 · 1 comment
Labels

Comments

@Mikoteko
Copy link
Collaborator

Mikoteko commented Dec 22, 2023

image

In login.tag, we check if the password contains 6 letters to tell the user about it, but we don't check if it matches the password 's regex pattern in _pattern.js or not.

Which means that the user has no idea that he can't create an account because of a password that doesn't match the password's regex pattern

The regex pattern used to check if the mail is correct is in the code instead of being taken from the _pattern.js file.

image

@Mikoteko Mikoteko added the bug label Dec 22, 2023
@simonLouvet
Copy link
Collaborator

simonLouvet commented Dec 27, 2023

regex matching is done (.match) but not based on a common constant

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

No branches or pull requests

2 participants