diff options
author | momo-i <momo-i@ampache> | 2009-02-03 22:31:09 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-02-03 22:31:09 +0000 |
commit | 984a2d8dbad4f98f886a06eef683625e445f7bbc (patch) | |
tree | 3fde152e7ab44b1569c8df2068fd9474f0bd1b39 /config | |
parent | 1b3ef2951f4e72b612a11f9244b6cf791c1c4dc1 (diff) | |
download | ampache-984a2d8dbad4f98f886a06eef683625e445f7bbc.tar.gz ampache-984a2d8dbad4f98f886a06eef683625e445f7bbc.tar.bz2 ampache-984a2d8dbad4f98f886a06eef683625e445f7bbc.zip |
added: user can select mail check type "strict", "easy", or "none"
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 4be6251e..e5f61472 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -440,6 +440,11 @@ refresh_limit = "60" ; You need to change this when you activate public_registration. ;mail_from = "info@domain.tld" +; It defines whether this setup checks a mail address strictly. +; You can select "strict" or "easy" or "none". +; DEFAULT: strict +;mail_check = "strict" + ; This setting turns on/off admin notify off registration. ; DEFAULT: false ;admin_notify_reg = "false" |