summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2012-03-01 14:06:03 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2012-03-01 14:06:03 -0500
commit40e8484a5794c21abab52fa30a34a2d013769602 (patch)
treedf8a977e82ce5b96e97ddbf1deec4470d182e381 /config
parent55ed43c3320689297f53e5a9cafc9e766aea3517 (diff)
downloadampache-40e8484a5794c21abab52fa30a34a2d013769602.tar.gz
ampache-40e8484a5794c21abab52fa30a34a2d013769602.tar.bz2
ampache-40e8484a5794c21abab52fa30a34a2d013769602.zip
FS#213 - User Registration
Add an option to have newly registered accounts disabled by default.
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 037e701f..eefb6668 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -473,6 +473,12 @@ refresh_limit = "60"
; DEFAULT: false
;admin_notify_reg = "false"
+; This setting determines whether the user will be created as a disabled user.
+; If this is on, an administrator will need to manually enable the account
+; before it's usable.
+; DEFAULT: false
+;admin_enable_required = "false"
+
; 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.