From b443458311d981eb6dc16c1f1a6d21350a33d162 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 26 Mar 2009 21:10:53 +0000 Subject: slight tweak to /test.php and /install.php check to make the sha256() check work, also make reference to auto_user config option under auto_create config option --- config/ampache.cfg.php.dist | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index abce79d7..66547318 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -374,7 +374,8 @@ refresh_limit = "60" ; This setting will silently create an ampache account ; for anyone who can login using ldap (or any other login -; extension) +; extension). The default is to create new users as guests +; see auto_user config option if you would like to change this ; DEFAULT: false ;auto_create = "false" @@ -459,9 +460,9 @@ refresh_limit = "60" ; DEFAULT: false ;admin_notify_reg = "false" -; This setting will allow all registrants to be auto-approved -; as a user. By default, they will be added as a guest and -; must be "promoted" by the admin. +; This setting will allow all registrants/ldap/http users +; to be auto-approved as a user. By default, they will be +; added as a guest and must be promoted by the admin. ; POSSIBLE VALUES: guest, user, admin ; DEFAULT: guest ;auto_user = "guest" -- cgit