2
0
Эх сурвалжийг харах

Fix login url in invitation email. Closes #993

Lauri Ojansivu 8 жил өмнө
parent
commit
e796f6d195
2 өөрчлөгдсөн 4 нэмэгдсэн , 3 устгасан
  1. 3 2
      CHANGELOG.md
  2. 1 1
      models/settings.js

+ 3 - 2
CHANGELOG.md

@@ -13,9 +13,10 @@ and fixes the following bugs:
 
 * [Fix IE 11 drag board to scroll](https://github.com/wekan/wekan/pull/1052);
 * [Fix Export Wekan board](https://github.com/wekan/wekan/pull/1067);
-* [Fix "W" shortcut binding](https://github.com/wekan/wekan/pull/1066).
+* [Fix "W" shortcut binding](https://github.com/wekan/wekan/pull/1066);
+* [Fix login url in invitation email](https://github.com/wekan/wekan/issues/993).
 
-Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade and nztqa
+Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade, nztqa and xet7
 for their contributions.
 
 # v0.23 2017-05-21 Wekan release

+ 1 - 1
models/settings.js

@@ -105,7 +105,7 @@ if (Meteor.isServer) {
         inviter: Users.findOne(icode.authorId).username,
         user: icode.email.split('@')[0],
         icode: icode.code,
-        url: FlowRouter.url('sign-up'),
+        url: FlowRouter.url('sign-in'),
       };
       const lang = author.getLanguage();
       Email.send({