updtate allowedSymbolds for password

This commit is contained in:
smanylov
2026-01-10 15:51:07 +07:00
parent 09e9d2df40
commit 13ab4bfcfe
+1 -1
View File
@@ -45,7 +45,7 @@
"message": "register-error-password-min"
},
"allowedSymbols": {
"value": "^[a-zA-Zа-яА-ЯёЁ0-9\\-'.]*$",
"value": "^[a-zA-Zа-яА-ЯёЁ0-9@.!#$%&'*+/=?^_{|}~\\-]*$",
"message": "register-error-password-not-allowed-symbols"
},
"requiredDigit": {