feat(users): add reset password functionality for users and implement forgot password page
This commit is contained in:
@@ -15,7 +15,10 @@ export default {
|
||||
'master.users.password.minimum': 'Mật khẩu ít nhất 8 kí tự',
|
||||
'master.users.password': 'Mật khẩu',
|
||||
'master.users.password.placeholder': 'Nhập mật khẩu',
|
||||
'master.users.confirmpassword.required': 'Vui lòng nhập lại mật khẩu',
|
||||
'master.users.confirmPassword': 'Xác nhận mật khẩu',
|
||||
'master.users.confirmPassword.placeholder': 'Nhập lại mật khẩu',
|
||||
'master.users.confirmPassword.required': 'Vui lòng nhập lại mật khẩu',
|
||||
'master.users.confirmPassword.mismatch': 'Mật khẩu không khớp',
|
||||
'master.users.full_name': 'Tên đầy đủ',
|
||||
'master.users.full_name.placeholder': 'Nhập tên đầy đủ',
|
||||
'master.users.full_name.required': 'Vui lòng nhập tên đầy đủ',
|
||||
@@ -32,6 +35,7 @@ export default {
|
||||
'master.users.role.sgw.end_user': 'Chủ tàu',
|
||||
'master.users.create.error': 'Tạo người dùng lỗi',
|
||||
'master.users.create.success': 'Tạo người dùng thành công',
|
||||
'master.users.change_role.title': 'Cài đặt quyền',
|
||||
'master.users.change_role.confirm.title': 'Xác nhận thay đổi vai trò',
|
||||
'master.users.change_role.admin.content':
|
||||
'Bạn có chắc muốn thay đổi vai trò thành quản lý đơn vị không?',
|
||||
@@ -65,4 +69,8 @@ export default {
|
||||
'master.users.things.sharing': 'Đang chia sẻ thiết bị...',
|
||||
'master.users.thing.share.success': 'Chia sẻ thiết bị thành công',
|
||||
'master.users.thing.share.fail': 'Chia sẻ thiết bị thất bại',
|
||||
'master.users.resetPassword.title': 'Đặt lại mật khẩu',
|
||||
'master.users.resetPassword.modal.title': 'Đặt lại mật khẩu cho người dùng',
|
||||
'master.users.resetPassword.success': 'Đặt lại mật khẩu thành công',
|
||||
'master.users.resetPassword.error': 'Đặt lại mật khẩu thất bại',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user