新增用户安全相关的

This commit is contained in:
2026-02-03 22:21:55 +08:00
parent 3a0f192599
commit db762a0f03
19 changed files with 1726 additions and 10 deletions

View File

@@ -65,4 +65,24 @@ VerificationEmailTiTle = Your verification code
VerificationEmailContent = Your verification code is: {0}, valid for {1} minutes.
HotakeRolesApplyInfoServiceImpl10001 = You have already applied for this position
HotakeRolesApplyInfoServiceImpl10001 = You have already applied for this position
# Security settings related messages
HotakeSecurityServiceImpl10001 = New password and confirm password do not match
HotakeSecurityServiceImpl10002 = Current password is incorrect
HotakeSecurityServiceImpl10003 = New password cannot be the same as the last 5 passwords used
HotakeSecurityServiceImpl10004 = Session does not exist or no permission to operate
HotakeSecurityServiceImpl10005 = Failed to change password: current password is incorrect
HotakeSecurityServiceImpl10006 = Two-factor authentication enabled
HotakeSecurityServiceImpl10007 = Two-factor authentication disabled
HotakeSecurityServiceImpl10008 = Password changed successfully
HotakeSecurityServiceImpl10009 = Terminate session
HotakeSecurityServiceImpl10010 = Terminate all other sessions
HotakeSecurityController10001 = Two-factor authentication settings updated
HotakeSecurityController10002 = Password changed successfully
HotakeSecurityController10003 = Session terminated
HotakeSecurityController10004 = All other sessions terminated
# Logout related
HotakeSecurityServiceImpl10011 = User logged out

View File

@@ -62,4 +62,24 @@ HotakeRolesInfoServiceImpl10001 = 岗位信息异常,请稍后再试
VerificationEmailTiTle = 你的验证码
VerificationEmailContent = 你的验证码是: {0},有效期为 {1} 分钟。
HotakeRolesApplyInfoServiceImpl10001 = 您已申请该职位
HotakeRolesApplyInfoServiceImpl10001 = 您已申请该职位
# 安全设置相关消息
HotakeSecurityServiceImpl10001 = 新密码和确认密码不一致
HotakeSecurityServiceImpl10002 = 当前密码错误
HotakeSecurityServiceImpl10003 = 新密码不能与最近5次使用过的密码相同
HotakeSecurityServiceImpl10004 = 会话不存在或无权操作
HotakeSecurityServiceImpl10005 = 修改密码失败:当前密码错误
HotakeSecurityServiceImpl10006 = 启用两步验证
HotakeSecurityServiceImpl10007 = 禁用两步验证
HotakeSecurityServiceImpl10008 = 修改密码成功
HotakeSecurityServiceImpl10009 = 终止会话
HotakeSecurityServiceImpl10010 = 终止所有其他会话
HotakeSecurityController10001 = 两步验证设置已更新
HotakeSecurityController10002 = 密码修改成功
HotakeSecurityController10003 = 会话已终止
HotakeSecurityController10004 = 所有其他会话已终止
# 退出登录相关
HotakeSecurityServiceImpl10011 = 用户退出登录