Skip to content

Commit 0845abb

Browse files
Cosmetics
1 parent bd40475 commit 0845abb

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
@@ -99,9 +99,9 @@ hashing_module_for_user(#internal_user{
9999
rabbit_password:hashing_mod(ModOrUndefined).
100100

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

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

0 commit comments

Comments
 (0)