ratifire / devrate-web

0 stars 0 forks source link

[FE] Registration: the password field does not accept passwords with special characters / поле пароля не приймає паролі зі спеціальними символами (К-51) #588

Open KhanAnna opened 3 months ago

KhanAnna commented 3 months ago

STR:

  1. Navigate to the URL.
  2. Click the registration button
  3. Fill in the password fields with valid data

Actual results

Expected results

Image

Passwords can and should include special characters, as this significantly increases their complexity and security. Special characters make it harder to crack the password, making it less vulnerable to brute force attacks or other hacking methods. This helps better protect your data and accounts from unauthorized access.

KhanAnna commented 2 months ago

reopen

Image

SerjioBlack commented 2 months ago

In fronted validation was fixed, check backend

SerjioBlack commented 2 months ago

I corrected the validation for the second time, it worked, someone changed everything there again, I had to correct it again.

https://github.com/user-attachments/assets/a0d253a1-9e38-478b-8f02-abc5411ff6bd

KhanAnna commented 2 months ago

Image server-side password requirements Image Image everything is ok with that Image