Web User Update Credentials

Description

This email is sent to an identity to update their web credentials. This is the username and password that they will use to access the system via the login page. This email is sent when either triggered by an administrator or manager via the IDM identities page, or when the user clicks the Forgot Password link on the log in page.

If SSO is being used, this email would not be needed as users will access the system via the log in page.

Email

Template

<p>
  Symmetry has received a new password request for your account.
  <br />

  If you want to get a new password, click the following link:
  <br />
  <a href='@Model.UrlInvitationLink'>@Model.UrlInvitationLink</a>
  <br />
  <br />
  Alternatively, you can copy the link and paste it into your browser’s address field.
  <br />
  The link takes you to a page with complete instructions on completing the procedure.
  <br />
  Note that this link is valid only until @Model.LinkExpiresOnDateTimeUtc (UTC). If you do not change your password before this time, you’ll have to make a new password change request.
  <br />
  If you did not make this request, or don’t want a new password, ignore this message.
</p>

<p>
  Your password is a key component of system security—always protect it as you would any confidential information.
  <br />
  If you think that someone other than you requested the new password in order to gain access to the system, contact your system administrator immediately.
  <br />
  No one at AMAG or G4S will ever email you or otherwise ask you for your password.
</p>

<p>
  For more information, please contact your system administrator or building manager. Please do not reply to this message (it is from an automated service of Symmetry, and cannot accept replies).
</p>

<p>
  Thank you.
</p>

Razor Elements

Element Description
@Model.UrlInvitationLink Displays the URL the identity should use to set there credentials

It is strongly recommended that these elements be used as is with the only edits being to remove them if the information generated is not desired.