Password Reset
HomeIntegrityControlSolutionsManagement Center
3.1.0 Password Reset
3.1.0 Password Reset
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • PasswordReset
      • Overview
      • Properties
      • Rules parameters
        • Minimum length
        • Maximum length
        • Uppercase
        • Lowercase
        • Special character
        • Common password
        • Number
        • Repeat password
        • Complexity
        • ❗Custom rule
    • ADResetClient
      • Overview
      • Permissions
      • Module parameters
      • ADPasswordReset valve
    • AuthN
    • Pipes
      • Reset Password
      • ADPasswordReset valve
    • Other modules
  • Operations
    • CEF logging
    • Troubleshooting
      • Extended logging
  • UI
    • Overview
    • Information box
  • On behalf of
    • Overview
    • Configuration
Powered by GitBook
On this page
  1. UI

Information box

Add an information dialog box to the password reset UI.

Information dialog box

If you like you can add an information box to the UI, see screenshot below.

The information box is added by extended language files. Note, if you have three languages you need to do this in three language files.

The screenshot above where we have the text "Click link below for" and a hyperlink to "Company password policy" would look like below in the en.json file.

en.json
{
    "password_reset.password_requirements": "Click link below for<div><a href=\"https://fortified.id\" target=\"_blank\">Company password policy</a></div>"
}

Allowed HTML tags, that are not be escaped, are

<a></a>
<strong></strong>
<i></i>
<br/>
<span></span>
<div></div>