fix: 重置密码功能新增UI配置发送邮件域名
This commit is contained in:
@@ -3966,6 +3966,9 @@ export default {
|
||||
invitationCodeHint: 'When enabled, users must enter a valid invitation code to register',
|
||||
passwordReset: 'Password Reset',
|
||||
passwordResetHint: 'Allow users to reset their password via email',
|
||||
frontendUrl: 'Frontend URL',
|
||||
frontendUrlPlaceholder: 'https://example.com',
|
||||
frontendUrlHint: 'Used to generate password reset links in emails. Example: https://example.com',
|
||||
totp: 'Two-Factor Authentication (2FA)',
|
||||
totpHint: 'Allow users to use authenticator apps like Google Authenticator',
|
||||
totpKeyNotConfigured:
|
||||
|
||||
@@ -4140,6 +4140,9 @@ export default {
|
||||
invitationCodeHint: '开启后,用户注册时需要填写有效的邀请码',
|
||||
passwordReset: '忘记密码',
|
||||
passwordResetHint: '允许用户通过邮箱重置密码',
|
||||
frontendUrl: '前端地址',
|
||||
frontendUrlPlaceholder: 'https://example.com',
|
||||
frontendUrlHint: '用于生成邮件中的密码重置链接,例如 https://example.com',
|
||||
totp: '双因素认证 (2FA)',
|
||||
totpHint: '允许用户使用 Google Authenticator 等应用进行二次验证',
|
||||
totpKeyNotConfigured:
|
||||
|
||||
Reference in New Issue
Block a user