]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
option MAIL_RESET_PASS (closes #11)
[tt-rss.git] / config.php-dist
index 6ef8ee66e491cb8e3c0c1230969124205f45ca61..5935dd1261d1b7dc36de01f4ab646bd9568deb4d 100644 (file)
        define('ENABLE_LOGIN_SSL', false);
        // Redirect to SSL url for login
 
+       define('MAIL_RESET_PASS', true);
+       // Send mail to user on password reset
+       
+       define('MAIL_FROM', 'TT-RSS Daemon <noreply@ttrss.your-shiny-host.org>');
+       // Pretty obvious, I suppose.
+       
+       // vim:ft=php
 ?>