mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 20:08:38 +02:00
disable sonar validation with id squid:S2068
This commit is contained in:
@@ -3,6 +3,7 @@ package sonia.scm.user;
|
||||
public class ChangePasswordNotAllowedException extends RuntimeException {
|
||||
|
||||
public static final String WRONG_USER_TYPE = "User of type {0} are not allowed to change password";
|
||||
@SuppressWarnings("squid:S2068")
|
||||
public static final String OLD_PASSWORD_REQUIRED = "the old password is required.";
|
||||
|
||||
public ChangePasswordNotAllowedException(String message) {
|
||||
|
||||
Reference in New Issue
Block a user