...
D s config Edit the following settings:
Code Block "webapp.emailTokenExpiryInMinutes": 1440, "webapp.emailSender": "<SENDER_EMAIL_ADDRESS>", "webapp.emailSenderName": "<SENDER_DISPLAY_NAME>",
Setting Description 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.
emailSenderName
Display name of the sender of emails. D s config method ws You can change the email address and display name of the sender of all emails from theSetting Description Enable self service password reset Set this value to true
to enable this feature.
. For more information, see Enable SMTP Email Server IntegrationD s node . - Save your changes and restart the platform.
...