How to change the Forgot Password token expiry time

|
Published

Changing the Forgot Password token expiry time is a three step process. Also this can only be done by someone who has access to the EUM's database as well as the EUM's server / app service

  1. In EmailConfiguration table in the database change the TokenExpiryMinutes value to the desired time in minutes
  2. In Extranet_API_V4/bin/EUM_Override_Text.EN.resx file, add the below line of code before </root>
    <data name="Txt_ForgotPass_EmailSent" xml:space="preserve">
        <value>An e-mail has been sent to the e-mail address you provided. Please open the e-mail and click the link to access the website. You will be required to change your password. The link in the e-mail will expire in two Hours.</value>
    </data>
    The red text within the <value></value> can be changed to suit the customized requirements
  3. If EUM is deployed on premises then reset the IIS. If EUM is deployed as Azure App Service, then the app service is to be restarted