ratifire / devrate-service

1 stars 0 forks source link

Bug report: Registration with Invalid Password Format #332

Open drozdovkostya opened 2 months ago

drozdovkostya commented 2 months ago

According to the requirements, the password must contain: more than 7 characters, at least one digit, at least one letter, and no spaces. But currently, it allows entering only digits with a minimum length of 6, without any letters or special characters.

Image Image

drozdovkostya commented 4 weeks ago

After meeting with @kartius we agreed Update regular expression to next one:

^(?=.[a-z])(?=.[A-Z])(?=.\d)(?=.[@$!%?&])[A-Za-z\d@$!%?&]{8,}$

DmitroLis commented 3 weeks ago

Систему оновив сьогодні баг ще існує Icorrect pass 2

DmitroLis commented 1 week ago

In the latest version (from 10.09) the password field does not work, it is impossible to register!! https://github.com/user-attachments/assets/236f2a09-6cfe-4271-b0ef-09ad7b56342c

abalmasDA commented 5 days ago

@DmitroLis Bug was fixed. At this moment, input password is working in the correct way

DmitroLis commented 4 days ago

Добре, заливайте і будемо тестувати

@DmitroLis Bug was fixed. At this moment, input password is working in the correct way