summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-10-26 13:12:52 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-10-26 13:12:52 +0100
commitc249e4fed19fc8e42c1bcae91b7e9132989a8c13 (patch)
tree9d6fbf4887c77f9ff59ade7a4d71b7e1fc6a2f42 /include
parent2041124fd94b1011d3f968e52bb8da81918ee33d (diff)
downloadrabbitmq-server-c249e4fed19fc8e42c1bcae91b7e9132989a8c13.tar.gz
Hash passwords.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c1c9bd65..861a9770 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -29,7 +29,7 @@
%% Contributor(s): ______________________________________.
%%
--record(user, {username, password, is_admin}).
+-record(user, {username, password_hash, is_admin}).
-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).