summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-20 07:51:06 +0100
committerAndrew Dolgov <[email protected]>2005-12-20 07:51:06 +0100
commit72932a754fe41ae8f0ab8550e650c387a56aeeb7 (patch)
tree08ffd134eaace8e2244a4bcee41a615bd30d9b5f /config.php-dist
parent8629e09d9b60eda1c4f06d88267287083f8f3ea2 (diff)
option MAIL_RESET_PASS (closes #11)
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
?>