diff --git a/lib/formats/mail.js b/lib/formats/mail.js index aaa28fe09..77e36ffda 100644 --- a/lib/formats/mail.js +++ b/lib/formats/mail.js @@ -33,7 +33,7 @@ const messages = { accountCreatedWithPassword: message('ODK Central account created', 'Hello!

An account has been provisioned for you on an ODK Central server.

If this message is unexpected, simply ignore it. Your account was created with an assigned password. Please use that password to sign in.

If you have not been given the password, or you cannot remember it, you can reset it at any time at this link:

{{{domain}}}/#/reset-password

'), // Notifies a user that an account has been created for login exclusively with OIDC. - accountCreatedForOidc: message('ODK Central account created', 'Hello!

An account has been provisioned for you on an ODK Central data collection server.

If this message is unexpected, simply ignore it. Please go to {{{domain}}} to sign in.

'), + accountCreatedForOidc: message('ODK Central account created', 'Hello!

An account has been provisioned for you on an ODK Central data collection server.

If this message is unexpected, simply ignore it. Otherwise, please go to {{{domain}}} to sign in.

'), // Notifies a user that their account's email has been changed accountEmailChanged: message('ODK Central account email changed', 'Hello!

We are emailing because you have an ODK Central account, and somebody has just changed the email address associated with the account from this one you are reading right now ({{oldEmail}}) to a new address ({{newEmail}}).

If this was you, please feel free to ignore this email. Otherwise, please contact your local ODK system administrator immediately.

'),