From 7622f14deab769d3834b7dc1d3d07686cd99cc11 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Tue, 27 Jan 2026 17:19:02 +0530 Subject: [PATCH 1/2] Password reset settings update --- source/adminguide/accounts.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/adminguide/accounts.rst b/source/adminguide/accounts.rst index e23d9fe6e1..883b325325 100644 --- a/source/adminguide/accounts.rst +++ b/source/adminguide/accounts.rst @@ -868,7 +868,7 @@ global settings are available to configure SMTP for password recovery. `You have requested to reset your password. Please click the following link to reset your password:`` - `http://{{{resetLink}}}` + `{{{resetLink}}}` `If you did not request a password reset, please ignore this email.` @@ -879,6 +879,12 @@ global settings are available to configure SMTP for password recovery. - Template of mail sent to the user to reset ACS user's password. This uses mustache template engine. Available variables are: `username`, `firstName`, `lastName`, `resetLink`, `token`. + * - ``user.password.reset.mail.domain.url`` + - `null` + - Domain URL (along with scheme - http:// or https:// and port as applicable) + for reset password links sent to the user via email. If this is not set, CloudStack + would determine the domain url based on the first management server from 'host' setting + and http scheme based on the https.enabled flag from server.properties file in the management server. Once the global settings are configured, follow the below steps to reset the From 71aebf316c2c29eab34158a331dd6a4711594e09 Mon Sep 17 00:00:00 2001 From: Suresh Kumar Anaparti Date: Wed, 28 Jan 2026 17:44:23 +0530 Subject: [PATCH 2/2] Update source/adminguide/accounts.rst Co-authored-by: Vishesh <8760112+vishesh92@users.noreply.github.com> --- source/adminguide/accounts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/adminguide/accounts.rst b/source/adminguide/accounts.rst index 883b325325..f57f67064b 100644 --- a/source/adminguide/accounts.rst +++ b/source/adminguide/accounts.rst @@ -881,7 +881,7 @@ global settings are available to configure SMTP for password recovery. `firstName`, `lastName`, `resetLink`, `token`. * - ``user.password.reset.mail.domain.url`` - `null` - - Domain URL (along with scheme - http:// or https:// and port as applicable) + - Domain URL (along with scheme - `http://` or `https://` and port as applicable) for reset password links sent to the user via email. If this is not set, CloudStack would determine the domain url based on the first management server from 'host' setting and http scheme based on the https.enabled flag from server.properties file in the management server.