mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
make user enter current password when modifying password
This commit is contained in:
@@ -48,6 +48,7 @@ export default {
|
||||
'password': 'Password',
|
||||
'email': 'Email',
|
||||
'nickname': 'Nickname',
|
||||
'oldPassword': 'Current Password',
|
||||
},
|
||||
'parameterizedError': {
|
||||
'parameter invalid': '{parameter} is invalid',
|
||||
@@ -64,6 +65,7 @@ export default {
|
||||
'Close': 'Close',
|
||||
'Update': 'Update',
|
||||
'Done': 'Done',
|
||||
'Continue': 'Continue',
|
||||
'Version': 'Version',
|
||||
'User': 'User',
|
||||
'Application': 'Application',
|
||||
@@ -113,6 +115,8 @@ export default {
|
||||
'Unable to sign up': 'Unable to sign up',
|
||||
'User registration is disabled': 'User registration is disabled',
|
||||
'Unable to get user profile': 'Unable to get user profile',
|
||||
'Current Password': 'Current Password',
|
||||
'Please enter your current password when modifying your password': 'Please enter your current password when modifying your password',
|
||||
'Nothing has been modified': 'Nothing has been modified',
|
||||
'Your profile has been successfully updated': 'Your profile has been successfully updated',
|
||||
'Unable to update user profile': 'Unable to update user profile',
|
||||
|
||||
Reference in New Issue
Block a user