fix(web): require password confirmation in auth forms

Require users to enter new passwords twice in the registration
and password change forms so typos are caught before credentials
are stored.
This commit is contained in:
fanyang
2026-04-05 17:28:50 +08:00
parent 2490bb9808
commit 7707b1cf5e
4 changed files with 60 additions and 2 deletions
@@ -366,6 +366,7 @@ web:
password_empty: Password cannot be empty
password_min_length: Password must be at least 8 characters long
password_too_weak: Password is too weak
password_mismatch: Passwords do not match
password_strength_hint: Password must be at least 8 characters and include at least 2 of uppercase letters, lowercase letters, numbers, or special characters
enable: Enable
disable: Disable