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
- In EmailConfiguration table in the database change the TokenExpiryMinutes value to the desired time in minutes
- 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">
The red text within the <value></value> can be changed to suit the customized requirements
<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> - 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
Comments
0 comments
Please sign in to leave a comment.