mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-25 02:33:00 +08:00
feat: implement forgot password feature (#5534)
This commit is contained in:
@@ -35,6 +35,19 @@ const translation = {
|
||||
donthave: 'Don\'t have?',
|
||||
invalidInvitationCode: 'Invalid invitation code',
|
||||
accountAlreadyInited: 'Account already initialized',
|
||||
forgotPassword: 'Forgot your password?',
|
||||
resetLinkSent: 'Reset link sent',
|
||||
sendResetLink: 'Send reset link',
|
||||
backToSignIn: 'Return to sign in',
|
||||
forgotPasswordDesc: 'Please enter your email address to reset your password. We will send you an email with instructions on how to reset your password.',
|
||||
checkEmailForResetLink: 'Please check your email for a link to reset your password. If it doesn\'t appear within a few minutes, make sure to check your spam folder.',
|
||||
passwordChanged: 'Sign in now',
|
||||
changePassword: 'Change Password',
|
||||
changePasswordTip: 'Please enter a new password for your account',
|
||||
invalidToken: 'Invalid or expired token',
|
||||
confirmPassword: 'Confirm Password',
|
||||
confirmPasswordPlaceholder: 'Confirm your new password',
|
||||
passwordChangedTip: 'Your password has been successfully changed',
|
||||
error: {
|
||||
emailEmpty: 'Email address is required',
|
||||
emailInValid: 'Please enter a valid email address',
|
||||
|
||||
Reference in New Issue
Block a user