DaanHoogland commented on code in PR #11379:
URL: https://github.com/apache/cloudstack/pull/11379#discussion_r2249275216


##########
server/src/main/java/org/apache/cloudstack/user/UserPasswordResetManagerImpl.java:
##########
@@ -174,8 +174,8 @@ public void setResetTokenAndSend(UserAccount userAccount) {
         final String username = userAccount.getUsername();
         final String subject = "Password Reset Request";
 
-        String resetLink = 
String.format("%s/client/#/user/resetPassword?username=%s&token=%s",
-                ManagementServerAddresses.value().split(",")[0], username, 
resetToken);

Review Comment:
   the static import for `ManagementServerAddresses` needs to be removed.



-- 
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]

Reply via email to