mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14: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',
|
||||
|
||||
@@ -48,6 +48,7 @@ export default {
|
||||
'password': '密码',
|
||||
'email': '电子邮箱',
|
||||
'nickname': '昵称',
|
||||
'oldPassword': '当前密码',
|
||||
},
|
||||
'parameterizedError': {
|
||||
'parameter invalid': '{parameter}无效',
|
||||
@@ -64,6 +65,7 @@ export default {
|
||||
'Close': '关闭',
|
||||
'Update': '更新',
|
||||
'Done': '完成',
|
||||
'Continue': '继续',
|
||||
'Version': '版本',
|
||||
'User': '用户',
|
||||
'Application': '应用',
|
||||
@@ -113,6 +115,8 @@ export default {
|
||||
'Unable to sign up': '无法注册',
|
||||
'User registration is disabled': '用户注册已禁用',
|
||||
'Unable to get user profile': '无法获取用户信息',
|
||||
'Current Password': '当前密码',
|
||||
'Please enter your current password when modifying your password': '修改密码时请输入您的当前密码',
|
||||
'Nothing has been modified': '没有修改的项目',
|
||||
'Your profile has been successfully updated': '您的用户信息更新成功',
|
||||
'Unable to update user profile': '无法更新用户信息',
|
||||
|
||||
Reference in New Issue
Block a user