summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-09-17 16:51:32 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-09-17 16:51:32 +0300
commita3d5ae86bceb7181c8bb82991fabe129179ee887 (patch)
treec9372a92c57eb3de8af4c7cb2d3ea1608646dddb /src
parent8604b175fbba57b762179183a2d1ec683ea28f92 (diff)
downloadrabbitmq-server-git-a3d5ae86bceb7181c8bb82991fabe129179ee887.tar.gz
Ditto
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_auth_backend_internal.erl10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/rabbit_auth_backend_internal.erl b/src/rabbit_auth_backend_internal.erl
index 16d2bfe655..d9e6337228 100644
--- a/src/rabbit_auth_backend_internal.erl
+++ b/src/rabbit_auth_backend_internal.erl
@@ -80,12 +80,10 @@
%%----------------------------------------------------------------------------
%% Implementation of rabbit_auth_backend
-%% Returns a password hashing module for
-%% the user record provided. If there is no
-%% information in the record, we consider
-%% it to be legacy (inserted by a version older than
-%% 3.6.0) and fall back to MD5, the now obsolete
-%% hashing function.
+%% Returns a password hashing module for the user record provided. If
+%% there is no information in the record, we consider it to be legacy
+%% (inserted by a version older than 3.6.0) and fall back to MD5, the
+%% now obsolete hashing function.
hashing_module_for_user(#internal_user{
hashing_algorithm = ModOrUndefined}) ->
rabbit_password:hashing_mod(ModOrUndefined).