Skip to content

Commit 962fa13

Browse files
Cosmetics
1 parent 39f4e40 commit 962fa13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_auth_backend_internal.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ hashing_module_for_user(#internal_user{
9494
rabbit_password:hashing_mod(ModOrUndefined).
9595

9696
-define(BLANK_PASSWORD_REJECTION_MESSAGE,
97-
"user '~s' attempted to log in with a blank password, which is prohibited by the internal authN backend. "
97+
"user '~s' attempted to log in with a blank password, which is prohibited by the internal authN backend. "
9898
"To use TLS/x509 certificate-based autentication, set the rabbitmq_auth_mechanism_ssl plugin and configure the client to use the EXTERNAL authentication mechanism. "
99-
"Alternatively change the password for the user to be non-blank.").
99+
"Alternatively change the password for the user to be non-blank.").
100100

101101
%% For cases when we do not have a set of credentials,
102102
%% namely when x509 (TLS) certificates are used. This should only be

0 commit comments

Comments
 (0)