summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-01-08 15:27:13 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-01-08 15:27:13 +0300
commit9df8a101b3d677fc99c9580a185191f13cc94a5e (patch)
tree66991bf43985cba5d1337410337128ceb90e8fe8 /src
parent1aa3065cf8ad1c7ddbd870e3d362b649a652028b (diff)
downloadrabbitmq-server-git-9df8a101b3d677fc99c9580a185191f13cc94a5e.tar.gz
Cosmetics
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_auth_backend_internal.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_auth_backend_internal.erl b/src/rabbit_auth_backend_internal.erl
index 42360a5833..4929936047 100644
--- a/src/rabbit_auth_backend_internal.erl
+++ b/src/rabbit_auth_backend_internal.erl
@@ -99,9 +99,9 @@ hashing_module_for_user(#internal_user{
rabbit_password:hashing_mod(ModOrUndefined).
-define(BLANK_PASSWORD_REJECTION_MESSAGE,
- "user '~s' attempted to log in with a blank password, which is prohibited by the internal authN backend. "
+ "user '~s' attempted to log in with a blank password, which is prohibited by the internal authN backend. "
"To use TLS/x509 certificate-based autentication, set the rabbitmq_auth_mechanism_ssl plugin and configure the client to use the EXTERNAL authentication mechanism. "
- "Alternatively change the password for the user to be non-blank.").
+ "Alternatively change the password for the user to be non-blank.").
%% For cases when we do not have a set of credentials,
%% namely when x509 (TLS) certificates are used. This should only be