Skip to content

Commit 21fc3ec

Browse files
Password reset settings update (#621)
1 parent d05ebd4 commit 21fc3ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/adminguide/accounts.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

884890
Once the global settings are configured, follow the below steps to reset the

0 commit comments

Comments
 (0)