daviftorres commented on code in PR #11379:
URL: https://github.com/apache/cloudstack/pull/11379#discussion_r2279610309
##########
server/src/main/java/org/apache/cloudstack/user/UserPasswordResetManagerImpl.java:
##########
@@ -69,7 +68,7 @@ public class UserPasswordResetManagerImpl extends ManagerBase
implements UserPas
new ConfigKey<>(ConfigKey.CATEGORY_ADVANCED, String.class,
"user.password.reset.mail.template", "Hello {{username}}!\n" +
"You have requested to reset your password. Please click the
following link to reset your password:\n" +
- "http://{{{resetLink}}}\n" +
+ "https://your_domain_here{{{resetLink}}}\n" +
Review Comment:
Hey @sureshanaparti , I loved the suggestion.
I did not know how to do such thing. Now, how to create the global setting
`user.password.reset.mail.domain.url` and add it to the tab Security inside the
Management Server category?
<img width="660" height="485" alt="image"
src="https://github.com/user-attachments/assets/54243e07-d118-4597-a500-3ec606952b79"
/>
I tried my best to figure out some of the required components, but as a
DevOps engineer (not a developer), my coding skills are limited. I apologize in
advance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]