Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r071

...

  1. D s config

  2. Edit the following settings:

    Code Block
    "webapp.emailTokenExpiryInMinutes": 1440,
    "webapp.emailSender": "<SENDER_EMAIL_ADDRESS>",
    "webapp.emailSenderName": "<SENDER_DISPLAY_NAME>",
    SettingDescription
    emailTokenExpiryInMinutes

    Set the expiration time for the password reset email. Users must click through to reset their password before this time limit expires.

    The default value is 1440, which is 24 hours.

    emailSender

    Enter an email account to use as the displayed sender of these emails.

    Tip

    Tip: You should enter a value here to mask the real user account that is specified for the SMTP server connection.

    emailSenderNameDisplay name of the sender of emails.
  3. D s config
    methodws

    SettingDescription
    Enable self service password resetSet this value to true to enable this feature.
    You can change the email address and display name of the sender of all emails from the 
    D s node
    . For more information, see Enable SMTP Email Server Integration
    .
  4. Save your changes and restart the platform.

...