mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add email verification
This commit is contained in:
+12
-1
@@ -585,6 +585,7 @@ export default {
|
||||
'email is empty or invalid': 'Email is empty or invalid',
|
||||
'new password equals old password': 'New password equals old password',
|
||||
'email is not verified': 'Email is not verified',
|
||||
'email is verified': 'Email is verified',
|
||||
'unauthorized access': 'Unauthorized access',
|
||||
'current token is invalid': 'Current token is invalid',
|
||||
'current token is expired': 'Current token is expired',
|
||||
@@ -597,6 +598,7 @@ export default {
|
||||
'token is not found': 'Token is not found',
|
||||
'token is expired': 'Token is expired',
|
||||
'token is empty': 'Token is empty',
|
||||
'email verify token is invalid or expired': 'Email verify token is invalid or expired',
|
||||
'password reset token is invalid or expired': 'Password reset token is invalid or expired',
|
||||
'passcode is invalid': 'Passcode is invalid',
|
||||
'two factor backup code is invalid': 'Two factor backup code is invalid',
|
||||
@@ -847,6 +849,14 @@ export default {
|
||||
'Use a passcode': 'Use a passcode',
|
||||
'PIN code is invalid': 'PIN code is invalid',
|
||||
'PIN code is wrong': 'PIN code is wrong',
|
||||
'Verify your email': 'Verify your email',
|
||||
'Verifying...': 'Verifying...',
|
||||
'Account activation link has been sent to your email address:': 'Account activation link has been sent to your email address:',
|
||||
', If you don\'t receive the mail, fill password and click the button below to resend the verify mail.': ', If you don\'t receive the mail, fill password and click the button below to resend the verify mail.',
|
||||
'Resend Validation Email': 'Resend Validation Email',
|
||||
'Validation email has been sent': 'Validation email has been sent',
|
||||
'Unable to verify email': 'Unable to verify email',
|
||||
'Unable to resend verify email': 'Unable to resend verify email',
|
||||
'Send Reset Link': 'Send Reset Link',
|
||||
'Please input your email address used for registration and we\'ll send you an email with reset password link': 'Please input your email address used for registration and we\'ll send you an email with reset password link',
|
||||
'Password reset email has been sent': 'Password reset email has been sent',
|
||||
@@ -1055,8 +1065,9 @@ export default {
|
||||
'Basic Settings': 'Basic Settings',
|
||||
'Security Settings': 'Security Settings',
|
||||
'Two-Factor Authentication Settings': 'Two-Factor Authentication Settings',
|
||||
'Email has been verified': 'Email has been verified',
|
||||
'Email has not been verified': 'Email has not been verified',
|
||||
'Username:': 'Username:',
|
||||
'Avatar Provider:': 'Avatar Provider:',
|
||||
'Current Password': 'Current Password',
|
||||
'New Password': 'New Password',
|
||||
'Modify Password': 'Modify Password',
|
||||
|
||||
Reference in New Issue
Block a user