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:
+3
-1
@@ -87,7 +87,9 @@
|
||||
"name": "Name",
|
||||
"password": "Password",
|
||||
"createdAt": "Created at",
|
||||
"changePassword": "Change Password"
|
||||
"currentPassword": "Current Password",
|
||||
"newPassword": "New Password",
|
||||
"changePassword": "Change Password?"
|
||||
},
|
||||
"helperTexts": {
|
||||
"name": "Changes to your name will only be reflected on next login"
|
||||
|
||||
Reference in New Issue
Block a user