Sonia
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
keycloak_client.go
|
|
|
@ -407,8 +407,8 @@ func whitelistErrors(statusCode int, message string) error { |
|
|
|
"User exists with same username or email": MsgErrExistingValue + "." + UserOrEmail, |
|
|
|
"usernameExistsMessage": MsgErrExistingValue + "." + UserOrEmail, |
|
|
|
"emailExistsMessage": MsgErrExistingValue + "." + UserOrEmail, |
|
|
|
"Username exists with same username": MsgErrExistingValue + "." + Username, |
|
|
|
"Username exists with same email": MsgErrExistingValue + "." + Email, |
|
|
|
"User exists with same username": MsgErrExistingValue + "." + Username, |
|
|
|
"User exists with same email": MsgErrExistingValue + "." + Email, |
|
|
|
"readOnlyUsernameMessage": MsgErrReadOnly + "." + Username, |
|
|
|
} |
|
|
|
|
|
|
|
|