diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-04-02 13:19:41 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-04-02 13:19:41 +0300 |
commit | 1fa9fe372be081a6047490d4b967cfe416e848e2 (patch) | |
tree | a193565b6e5996c3d2fe78fada70d5535fb54422 /CHANGELOG.md | |
parent | 5bf43319c9963f89ff30dd5c0e63854450c41964 (diff) | |
download | wekan-1fa9fe372be081a6047490d4b967cfe416e848e2.tar.gz wekan-1fa9fe372be081a6047490d4b967cfe416e848e2.tar.bz2 wekan-1fa9fe372be081a6047490d4b967cfe416e848e2.zip |
Add: Fix email settings loaging. Thanks to Zokormazo !
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3947d599..48058779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ This release adds the following new features: and fixes the following bugs: +* Fix email settings loading: + MAIL_URL was overriden with database info all the time. + Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor + exists valid admin panel data MAIL_URL is not set. + MAIL_FROM was ignored. Same behaviour, env variable has bigger priority + than database configuration. + On both cases, althrought environment variable is set, updating admin-panel + mail settings will load new info and ignore the environment variable; * Dockerfile fix for local packages; * Don't send emails if missing smtp host; * Remove invitation code if email sending failed; |