re-implement password recovery

This commit is contained in:
Athou
2014-08-11 14:55:41 +02:00
parent e9cd8317aa
commit dd3455d273
12 changed files with 183 additions and 25 deletions

View File

@@ -17,11 +17,11 @@ app:
databaseUpdateThreads: 1
# settings for sending emails (password recovery)
smtpHost:
smtpPort:
smtpHost: localhost
smtpPort: 25
smtpTls: false
smtpUserName:
smtpPassword:
smtpUserName: user
smtpPassword: pass
# wether this commafeed instance has a lot of feeds to refresh
# leave this to false in almost all cases