mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Clean up code and switch to mfaEnabled/Disabled
This commit is contained in:
@@ -7,8 +7,8 @@ return [
|
||||
'recovery',
|
||||
'invitation',
|
||||
'mfaChallenge',
|
||||
'mfaCreated',
|
||||
'mfaRemoved',
|
||||
'mfaEnabled',
|
||||
'mfaDisabled',
|
||||
],
|
||||
'sms' => [
|
||||
'verification',
|
||||
|
||||
@@ -31,20 +31,20 @@
|
||||
"emails.mfaChallenge.clientInfo": "This verification code was requested using {{b}}{{agentClient}}{{/b}} on {{b}}{{agentDevice}}{{/b}} {{b}}{{agentOs}}{{/b}}. If you didn't request the verification code, you can safely ignore this email.",
|
||||
"emails.mfaChallenge.thanks": "Thanks,",
|
||||
"emails.mfaChallenge.signature": "{{project}} team",
|
||||
"emails.mfaCreated.subject": "Two-factor authentication is enabled in your {{project}} account",
|
||||
"emails.mfaCreated.hello": "Hello {{user}}",
|
||||
"emails.mfaCreated.body": "Two-factor authentication has been successfully enabled for your {{project}} account.<br/><br/>Please make sure to store your security codes safely, so you can use them if you lose or can’t access your mobile device. Each recovery code can only be used once, but you can re-generate a new set of 6 codes at any time.",
|
||||
"emails.mfaCreated.footer": "If you didn’t enable two-factor authentication, please contact us immediately.",
|
||||
"emails.mfaCreated.thanks": "Thanks,",
|
||||
"emails.mfaCreated.signature": "{{project}} team",
|
||||
"emails.mfaCreated.buttonText": "Visit your account",
|
||||
"emails.mfaRemoved.subject": "Two-factor authentication is disabled in your {{project}} account",
|
||||
"emails.mfaRemoved.hello": "Hello {{user}}",
|
||||
"emails.mfaRemoved.body": "You've recently disabled two-factor authentication for your {{project}} account. You can always enable it again through your {{project}} account.",
|
||||
"emails.mfaRemoved.footer": "If you didn’t disable two-factor authentication, please contact us immediately.",
|
||||
"emails.mfaRemoved.thanks": "Thanks,",
|
||||
"emails.mfaRemoved.signature": "{{project}} team",
|
||||
"emails.mfaRemoved.buttonText": "Visit your account",
|
||||
"emails.mfaEnabled.subject": "Two-factor authentication is enabled in your {{project}} account",
|
||||
"emails.mfaEnabled.hello": "Hello {{user}}",
|
||||
"emails.mfaEnabled.body": "Two-factor authentication has been successfully enabled for your {{project}} account.<br/><br/>Please make sure to store your security codes safely, so you can use them if you lose or can’t access your mobile device. Each recovery code can only be used once, but you can re-generate a new set of 6 codes at any time.",
|
||||
"emails.mfaEnabled.footer": "If you didn’t enable two-factor authentication, please contact us immediately.",
|
||||
"emails.mfaEnabled.thanks": "Thanks",
|
||||
"emails.mfaEnabled.signature": "{{project}} team",
|
||||
"emails.mfaEnabled.buttonText": "Visit your account",
|
||||
"emails.mfaDisabled.subject": "Two-factor authentication is disabled in your {{project}} account",
|
||||
"emails.mfaDisabled.hello": "Hello {{user}}",
|
||||
"emails.mfaDisabled.body": "You've disabled two-factor authentication for your {{project}} account. You can always enable it again through your {{project}} account.",
|
||||
"emails.mfaDisabled.footer": "If you didn’t disable two-factor authentication, please contact us immediately.",
|
||||
"emails.mfaDisabled.thanks": "Thanks",
|
||||
"emails.mfaDisabled.signature": "{{project}} team",
|
||||
"emails.mfaDisabled.buttonText": "Visit your account",
|
||||
"emails.recovery.subject": "Password Reset",
|
||||
"emails.recovery.hello": "Hello {{user}}",
|
||||
"emails.recovery.body": "Follow this link to reset your {{b}}{{project}}{{/b}} password.",
|
||||
|
||||
Reference in New Issue
Block a user