Skip to content

Commit abd87c2

Browse files
committed
Update UserPasswordResetManager.java
1 parent b025a9c commit abd87c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ public interface UserPasswordResetManager {
6565
"Password for SMTP server for sending emails for resetting password for ACS users",
6666
false, ConfigKey.Scope.Global);
6767

68+
ConfigKey<String> UserPasswordResetDomainURL = new ConfigKey<>(ConfigKey.CATEGORY_ADVANCED,
69+
String.class, "user.password.reset.mail.domain.url", null,
70+
"Domain URL for reset password links sent to the user via email", true,
71+
ConfigKey.Scope.Global);
72+
6873
void setResetTokenAndSend(UserAccount userAccount);
6974

7075
boolean validateAndResetPassword(UserAccount user, String token, String password);

0 commit comments

Comments
 (0)