admin-api.reset-password-from-email

Background

Specifies the senders email address to use when the admin API sends a password reset email.

Setting the key

Set this configuration key in the server configuration.

Use the configuration key editor to add or edit the admin-api.reset-password-from-email key, and set the value. This can be set to any valid String value.

Default value

admin-api.reset-password-from-email=

By default, this is not set end the email is set to noreply@

Examples

admin-api.reset-password-from-email=bob@example.com

Reset password emails will appear to come from bob@example.com.