Skip to content

Commit

Permalink
Updated otp email template for tfa.
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain committed Dec 16, 2024
1 parent bab014e commit bdabed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tide_tfa/src/TideTfaOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static function setupTfaSettings() {
'code_validity_period' => '600',
'email_setting' => [
'subject' => 'Single Digtial Presence CMS two-factor authentication code',
'body' => '[user:display-name],\r\n\r\nThis code is valid for [length] minutes. \r\n\r\nYour code is: [code]\r\n\r\nThis code will expire once you have logged in.',
'body' => 'Hi [user:display-name],\r\n\r\nYour two-factor authentication code is: [code]\r\n\r\nThis code is valid for [length] minutes. \r\n\r\nThis code will expire when you have logged in.\r\n\r\nFrom the SDP team\r\n\r\nRead more about 2FA: https://digital-vic.atlassian.net/servicedesk/customer/article/2439479507',
],
],
];
Expand Down

0 comments on commit bdabed6

Please sign in to comment.