summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-06-23 14:55:21 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-06-23 15:00:09 +0200
commit3791b5891b0644625c7b05b63fc27fc5086a0f2c (patch)
tree4c4525a05bcc485651edc9f359a639d04c14db41 /conf
parent29fbab8dda3a6c084b02400830218b57bd39aeee (diff)
downloadrpg-3791b5891b0644625c7b05b63fc27fc5086a0f2c.tar.gz
rpg-3791b5891b0644625c7b05b63fc27fc5086a0f2c.tar.bz2
use more secure password hash for admin pass FS#2536
Diffstat (limited to 'conf')
-rw-r--r--conf/users.auth.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/users.auth.php.dist b/conf/users.auth.php.dist
index 6576eeb5f..df3c78482 100644
--- a/conf/users.auth.php.dist
+++ b/conf/users.auth.php.dist
@@ -6,5 +6,5 @@
#
# Format:
#
-# user:MD5password:Real Name:email:groups,comma,seperated
+# login:passwordhash:Real Name:email:groups,comma,seperated