Semantic-Bus icon indicating copy to clipboard operation
Semantic-Bus copied to clipboard

New account grappe bug password

Open Mikoteko opened this issue 2 years ago • 1 comments

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 avatar Dec 22 '23 13:12 Mikoteko

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

simonLouvet avatar Dec 27 '23 12:12 simonLouvet