1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

option MAIL_RESET_PASS (closes #11)

This commit is contained in:
Andrew Dolgov
2005-12-20 07:51:06 +01:00
parent 8629e09d9b
commit 72932a754f
4 changed files with 56 additions and 17 deletions
+7
View File
@@ -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 <noreply@ttrss.your-shiny-host.org>');
// Pretty obvious, I suppose.
// vim:ft=php
?>