diff options
| author | 2016-09-26 10:44:44 +0200 | |
|---|---|---|
| committer | 2016-09-26 10:44:44 +0200 | |
| commit | 9291748c4745ff8f4be2beaa2998869fd26e907e (patch) | |
| tree | 20f45c15e387cd1e0d4f4aad3b50ed20035fd214 /data/users | |
| parent | 3870e430b1001b6a2adfa6dd228420392485488a (diff) | |
API implement user-info and fix edits
https://github.com/FreshRSS/FreshRSS/issues/1254
https://github.com/jangernert/FeedReader/issues/59#issuecomment-249491580
Diffstat (limited to 'data/users')
| -rw-r--r-- | data/users/_/config.default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/users/_/config.default.php b/data/users/_/config.default.php index 2c56d5f45..6e1d497bc 100644 --- a/data/users/_/config.default.php +++ b/data/users/_/config.default.php @@ -5,6 +5,7 @@ return array ( 'old_entries' => 3, 'keep_history_default' => 0, 'ttl_default' => 3600, + 'mail_login' => '', 'token' => '', 'passwordHash' => '', 'apiPasswordHash' => '', |
