diff options
author | Martin Lindhe <martin-commit@ubique.se> | 2017-11-25 11:56:33 +0100 |
---|---|---|
committer | Martin Lindhe <martin-commit@ubique.se> | 2017-11-25 11:56:33 +0100 |
commit | d7cefc004278a9b28b5563e3bd3546ae5156dcee (patch) | |
tree | bc6c517b8d5c0f975b9a796d5fa359e53b474467 | |
parent | 33b76228975aecdba827f5e41cf3e9d4f2949aa9 (diff) | |
download | wekan-d7cefc004278a9b28b5563e3bd3546ae5156dcee.tar.gz wekan-d7cefc004278a9b28b5563e3bd3546ae5156dcee.tar.bz2 wekan-d7cefc004278a9b28b5563e3bd3546ae5156dcee.zip |
fix some typos
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f6875486..2a10f120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -549,12 +549,12 @@ and fixes the following bugs: 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 + On both cases, althought 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; -* Show customized error msg while invitaion code is wrong during registration; +* Show customized error msg while invitation code is wrong during registration; * Fix "internal error" while registration is done; * Fix "cannot access disableRegistration of undefined" error; * Add high available server for getting the gpg keys - suppose it should lead @@ -659,7 +659,7 @@ and adds the following new features: ``` 1) Disable Self-Registration and invite users 2) SMTP settings. - + Adding Admin user in mongo cli: 1) Use database that has wekan data, for example: use admin; @@ -840,7 +840,7 @@ performance and security. It also features the following improvements: password, to change the password, or to enable email confirmation (all of which were previously impossible); * Avatar customization, including the possibility to upload images and to choose - one from Gravatar or the user initials (on Sandstrom we use the avatar exposed + one from Gravatar or the user initials (on Sandstorm we use the avatar exposed by Sandstorm); * Cards multi-selection to facilitate batch actions such as moving all the cards of selection, or attaching a label or a member to them; |