Password Reset
HomeIntegrityControlSolutionsManagement Center
1.1 Password Reset
1.1 Password Reset
  • Overview
    • Overview of Password Reset
    • Get started
  • Modules
    • PasswordReset
      • Overview
      • Module parameters
      • 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
  • Overlay
    • Overview
    • Information box
    • Language
    • Look and feel
  • On behalf of
    • Overview
    • Configuration
  • installation
    • Using a container
    • Windows
    • Linux
Powered by GitBook
On this page
  1. Overlay

Information box

Add an information dialog box to the password reset UI.

Last updated 2 years ago

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>