Message Templates
Console View

Message Templates allow you to customize the emails and SMS messages sent by Identity Broker.
Supported Templates
- Welcome Email: Sent upon account creation.
- Password Reset: Contains the reset link/code.
- MFA Verification: Contains the OTP code.
- Account Locked: Notification of security lockout.
Customization
Templates use a templating engine (e.g., Freemarker or Mustache). You can:
- Insert variables (
${user.name},${code}). - Edit HTML and Text versions.
- Support multiple languages (i18n).