summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
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
commit3161b54d6d10d787b7469bcc246a1fb7064977d7 (patch)
tree9d6fbf4887c77f9ff59ade7a4d71b7e1fc6a2f42 /include/rabbit.hrl
parent0caf8cc615ee94c21a46bfa4c1f19b62aa63a739 (diff)
downloadrabbitmq-server-git-3161b54d6d10d787b7469bcc246a1fb7064977d7.tar.gz
Hash passwords.
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c1c9bd655e..861a977024 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}).