diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2023-12-06 16:29:06 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-12-07 20:03:15 +0000 |
commit | 32a1a4dae1fdc1c366975cf98f44423b7b0b07c2 (patch) | |
tree | efc99fa89afccd04f8ff98b007c9e6aba8435220 /server/sonar-webserver-auth | |
parent | 8b15bdf5aab5461c17e7f78674db5b9085f394f2 (diff) | |
download | sonarqube-32a1a4dae1fdc1c366975cf98f44423b7b0b07c2.tar.gz sonarqube-32a1a4dae1fdc1c366975cf98f44423b7b0b07c2.zip |
SONAR-20652 Upgrade Orchestrator to 4.5.0.1700
Diffstat (limited to 'server/sonar-webserver-auth')
-rw-r--r-- | server/sonar-webserver-auth/src/main/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierFilter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-webserver-auth/src/main/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierFilter.java b/server/sonar-webserver-auth/src/main/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierFilter.java index e6fe4e594ed..c487f0c4cfa 100644 --- a/server/sonar-webserver-auth/src/main/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierFilter.java +++ b/server/sonar-webserver-auth/src/main/java/org/sonar/server/authentication/DefaultAdminCredentialsVerifierFilter.java @@ -39,7 +39,7 @@ import static org.sonar.server.authentication.AuthenticationRedirection.redirect public class DefaultAdminCredentialsVerifierFilter extends ServletFilter { private static final String RESET_PASSWORD_PATH = "/account/reset_password"; private static final String CHANGE_ADMIN_PASSWORD_PATH = "/admin/change_admin_password"; - // This property is used by Orchestrator to disable this force redirect. It should never be used in production, which + // This property is used by OrchestratorRule to disable this force redirect. It should never be used in production, which // is why this is not defined in org.sonar.process.ProcessProperties. private static final String SONAR_FORCE_REDIRECT_DEFAULT_ADMIN_CREDENTIALS = "sonar.forceRedirectOnDefaultAdminCredentials"; |