assemblee-virtuelle / Semantic-Bus

object flow treatment, data transformation
GNU General Public License v3.0
55 stars 9 forks source link

New account grappe bug password #379

Open Mikoteko opened 8 months ago

Mikoteko commented 8 months ago

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

simonLouvet commented 8 months ago

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