summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 6ef8ee66e..5935dd126 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -59,4 +59,11 @@
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 <[email protected]>');
+ // Pretty obvious, I suppose.
+
+ // vim:ft=php
?>