summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2015-12-30 17:17:34 +0300
committerMichael Klishin <michael@clojurewerkz.org>2015-12-30 17:17:34 +0300
commit9a8a2dad117e8822ed7b284c752ed70966de9842 (patch)
treeff44388256350f6051a0c87c997a1d328ce9e76b /docs
parent985bb9a6ec6a033a5b936fba892b672130761da1 (diff)
downloadrabbitmq-server-git-9a8a2dad117e8822ed7b284c752ed70966de9842.tar.gz
More details on rabbit.password_hashing_module
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 55c5736994..23b44c3524 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -124,6 +124,12 @@
%% created users. To recalculate hash for an existing user
%% it's necessary to update her password.
%%
+ %% When importing definitions exported from versions earlier
+ %% than 3.6.0, it is possible to go back to MD5 (only do this
+ %% as a temporary measure!) by setting this to rabbit_password_hashing_md5.
+ %%
+ %% To use SHA-512, set to rabbit_password_hashing_sha512.
+ %%
%% {password_hashing_module, rabbit_password_hashing_sha256},
%%