Skip to content

Commit a85e840

Browse files
Log message typos
1 parent 962fa13 commit a85e840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_auth_backend_internal.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ hashing_module_for_user(#internal_user{
9595

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

101101
%% For cases when we do not have a set of credentials,

0 commit comments

Comments
 (0)