summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2015-09-17 16:53:41 +0300
committerAlvaro Videla <videlalvaro@gmail.com>2015-09-17 16:53:41 +0300
commitc6f2d4f3e9085cfa9f667570e30297e33d354f5f (patch)
treeffee2d0abc262e582799c41ed7c4a74925fa4555 /docs
parente8446a21d053445aaa856e300960656dab9ada66 (diff)
parent290861c1796f418ab74b688af860acef4125e375 (diff)
downloadrabbitmq-server-git-c6f2d4f3e9085cfa9f667570e30297e33d354f5f.tar.gz
Merge pull request #310 from rabbitmq/rabbitmq-server-270
Introduce per-user hashing functions, default to SHA-256
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 ad4c0bd86a..dc0fd5d4a5 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -120,6 +120,12 @@
%%
%% {ssl_handshake_timeout, 5000},
+ %% Password hashing implementation. Will only affect newly
+ %% created users. To recalculate hash for an existing user
+ %% it's necessary to update her password.
+ %%
+ %% {password_hashing_module, rabbit_password_hashing_sha256},
+
%%
%% Default User / VHost
%% ====================