Require user to provide current password to be able to change it
Admins can change other users' password without providing the current one, but not when changing their own
This commit is contained in:
@@ -87,7 +87,9 @@
|
||||
"name": "Nome",
|
||||
"password": "Senha",
|
||||
"createdAt": "Data de Criação",
|
||||
"changePassword": "Trocar Senha"
|
||||
"currentPassword": "Senha Atual",
|
||||
"newPassword": "Nova Senha",
|
||||
"changePassword": "Trocar Senha?"
|
||||
},
|
||||
"helperTexts": {
|
||||
"name": "Alterações no seu nome só serão refletidas no próximo login"
|
||||
|
||||
Reference in New Issue
Block a user