diff options
author | xgizzmo <xgizzmo@ampache> | 2006-07-24 22:14:54 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-07-24 22:14:54 +0000 |
commit | 5204485094d0f9dd7cbb5156cf402c86fcbb7ceb (patch) | |
tree | d5e1df30f7f32892b466298b2e80fc63625d5a13 /config/ampache.cfg.php.dist | |
parent | 5ca15d0423b736b37d9f772b54042dee66fe9a85 (diff) | |
download | ampache-5204485094d0f9dd7cbb5156cf402c86fcbb7ceb.tar.gz ampache-5204485094d0f9dd7cbb5156cf402c86fcbb7ceb.tar.bz2 ampache-5204485094d0f9dd7cbb5156cf402c86fcbb7ceb.zip |
Fix for bug 397 and 498 thanks pb1dft
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index bb0adc7a..f91d3be8 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -296,14 +296,20 @@ refresh_limit = "60" #mail_domain = "domain.tld" # This setting will be used as mail from address. +# It will also be used to notify if a registration occured. # You need to change this when you activate public_registration. #mail_from = "info@domain.tld" +# This setting turns on/off admin notify off registration. +# 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. -# DEFAULT: false -#auto_user = "false" +# POSSIBLE VALUES: guest, user, admin +# DEFAULT: guest +#auto_user = "guest" # This will display the user agreement when registering # For agreement text, edit templates/user_agreement.php |