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" /> -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org