feat: add password change validation to ensure new password differs from current password (#4134)

This commit is contained in:
gongzhongqiang
2025-09-01 17:22:06 +08:00
committed by GitHub
parent 3b16406442
commit 8fa681f883
28 changed files with 57 additions and 0 deletions

View File

@@ -167,6 +167,7 @@
"MFA email is enabled but email is empty": "MFA por e-mail está ativado, mas o e-mail está vazio",
"MFA phone is enabled but phone number is empty": "MFA por telefone está ativado, mas o número de telefone está vazio",
"New password cannot contain blank space.": "A nova senha não pode conter espaço em branco.",
"The new password must be different from your current password": "The new password must be different from your current password",
"the user's owner and name should not be empty": "o proprietário e o nome do usuário não devem estar vazios"
},
"util": {