Skip to main content

Password Reset

The Password Resetter allows users to reset their passwords without administrator involvement using OTP verification. Supports both LDAP and Local users.


Password Reset Settings

Password Resetter Settings

Password Resetter profile list

Each resetter profile is configured with:

FieldDescription
Auth ProfilesLDAP/Local profiles to search for the user (ordered). LDAP profiles require a secure (LDAPS) connection.
OTP ChannelSMS or Email
OTP ExpiryOTP code validity duration in seconds (default: 180)
OTP TextMessage template containing the <%TOKEN%> placeholder
CaptchaCaptcha profile (optional)
info

Multiple profiles can be created; however, the system always uses the first profile in the list.


Notification Settings

Notification Settings

Automatic notification configuration for local users

Configured to send automatic notifications to local users:

  • Channel: SMS, Email, Both, or Disabled
  • Welcome Notification: Automatically sent when a new user is created
  • Scheduled Notifications: Password/account expiry warnings run automatically on a daily schedule
NotificationTrigger
Password Expiry WarningX days before password expires
Password ExpiredOn the password expiry date
Account Expiry WarningX days before account expires
Account ExpiredOn the account expiry date
Inactive AccountAccount expired after 3 months since last login

Notification messages support {{NAME}}, {{USERNAME}}, {{DATE}} placeholders. The Welcome notification additionally supports {{PASSWORD}}.

For detailed configuration see Notification Settings


Password Policy

Password Policy

Password strength rules for local users

Password strength rules are defined for local users. For LDAP users, the password policy is managed by the LDAP server.

RuleDescription
Minimum LengthMinimum number of characters required
UppercaseAt least one uppercase letter required
LowercaseAt least one lowercase letter required
NumberAt least one digit required
Special CharacterAt least one special character required

For detailed configuration see Password Policy

tip

For user flows see Password Reset