File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -868,7 +868,7 @@ global settings are available to configure SMTP for password recovery.
868868
869869 `You have requested to reset your password. Please click the following link to reset your password:``
870870
871- `http:// {{{resetLink}}} `
871+ `{{{resetLink}}} `
872872
873873 `If you did not request a password reset, please ignore this email. `
874874
@@ -879,6 +879,12 @@ global settings are available to configure SMTP for password recovery.
879879 - Template of mail sent to the user to reset ACS user's password. This uses
880880 mustache template engine. Available variables are: `username `,
881881 `firstName `, `lastName `, `resetLink `, `token `.
882+ * - ``user.password.reset.mail.domain.url ``
883+ - `null `
884+ - Domain URL (along with scheme - `http:// ` or `https:// ` and port as applicable)
885+ for reset password links sent to the user via email. If this is not set, CloudStack
886+ would determine the domain url based on the first management server from 'host' setting
887+ and http scheme based on the https.enabled flag from server.properties file in the management server.
882888
883889
884890Once the global settings are configured, follow the below steps to reset the
You can’t perform that action at this time.
0 commit comments