diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2015-12-30 17:17:34 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2015-12-30 17:17:34 +0300 |
| commit | 9a8a2dad117e8822ed7b284c752ed70966de9842 (patch) | |
| tree | ff44388256350f6051a0c87c997a1d328ce9e76b /docs | |
| parent | 985bb9a6ec6a033a5b936fba892b672130761da1 (diff) | |
| download | rabbitmq-server-git-9a8a2dad117e8822ed7b284c752ed70966de9842.tar.gz | |
More details on rabbit.password_hashing_module
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 6 |
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}, %% |
