diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-09-17 16:51:32 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-09-17 16:51:32 +0300 |
| commit | a3d5ae86bceb7181c8bb82991fabe129179ee887 (patch) | |
| tree | c9372a92c57eb3de8af4c7cb2d3ea1608646dddb | |
| parent | 8604b175fbba57b762179183a2d1ec683ea28f92 (diff) | |
| download | rabbitmq-server-git-a3d5ae86bceb7181c8bb82991fabe129179ee887.tar.gz | |
Ditto
| -rw-r--r-- | src/rabbit_auth_backend_internal.erl | 10 |
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). |
