summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-26 21:10:53 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-26 21:10:53 +0000
commitb443458311d981eb6dc16c1f1a6d21350a33d162 (patch)
treeac958a4f2190a8daf34822575cabe3f36449069f /config
parentca47c2d9b57f12a4584ff68a34207a1aa42a1df1 (diff)
downloadampache-b443458311d981eb6dc16c1f1a6d21350a33d162.tar.gz
ampache-b443458311d981eb6dc16c1f1a6d21350a33d162.tar.bz2
ampache-b443458311d981eb6dc16c1f1a6d21350a33d162.zip
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
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist9
1 files changed, 5 insertions, 4 deletions
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"