Skip to content

Commit f5e4f89

Browse files
Davi Torresdaviftorres
authored andcommitted
updated global setting example
1 parent 61cd001 commit f5e4f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/cloudstack/user/UserPasswordResetManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class UserPasswordResetManagerImpl extends ManagerBase implements UserPas
6868
new ConfigKey<>(ConfigKey.CATEGORY_ADVANCED, String.class,
6969
"user.password.reset.mail.template", "Hello {{username}}!\n" +
7070
"You have requested to reset your password. Please click the following link to reset your password:\n" +
71-
"http://{{{resetLink}}}\n" +
71+
"https://your_domain_here{{{resetLink}}}\n" +
7272
"If you did not request a password reset, please ignore this email.\n" +
7373
"\n" +
7474
"Regards,\n" +

0 commit comments

Comments
 (0)