新增用户安全相关的

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