diff options
Diffstat (limited to 'src')
| -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). |
