wekan/client/components
Ole Langbehn 40a3267615 make emails for invitations all lowercase for compatibility with AccountsTemplates
Email addresses for invitations are stored case sensitive in mongo,
together with the invitation codes. When someone tries to sign up due to
an invitation, in the sign up form, due to AccountsTemplates defaults,
the email address is lowercased on blur of the textbox. When they then
try to sign in, they get an error about the invitation code not existing.
This makes it impossible to successfully invite people using
non-lowercased email addresses.

This patch lowercases the emails on the client side when inviting them.

Other possibilities would be to lowercase them on the server side before
storing them to mongodb, making a case insensitive search on mongodb, or
making the email input field in the sign up form not lowercase the email
string.

This patch was chosen in favor of the other possibilities because of its
simplicity.
2019-03-16 14:32:39 +01:00
..
activities Activities: register customFields changed in the activities 2019-03-08 11:32:59 +01:00
boards Remove ordering of cards by stars/color/description, so that cards would not reorder all the time. 2019-03-14 00:16:39 +02:00
cards Avoid set self as parent card, for real 2019-03-08 20:41:32 +01:00
forms - Fix missing dropdown arrow on Chrome. Thanks to xet7 ! Closes #1964 2018-10-24 12:40:40 +03:00
import - Some fixes to Wekan import: 2018-11-08 22:49:08 +02:00
lists Fix card move with wrong swimlaneId 2019-03-05 22:35:45 +01:00
main Fix LDAP login. 2019-03-15 10:59:54 +02:00
mixins Hotfix for mobile device 2018-07-06 12:48:46 -04:00
rules ifttt: card actions: simplify the logic for setting the color 2019-01-26 17:38:51 +01:00
settings make emails for invitations all lowercase for compatibility with AccountsTemplates 2019-03-16 14:32:39 +01:00
sidebar [Fix Adding Labels to cards is not possible anymore](https://github.com/wekan/wekan/issues/2223). 2019-03-04 12:04:12 +02:00
swimlanes Fix miniscreen render 2019-02-24 11:54:52 +01:00
users Merge branch 'devel' into edge 2019-02-27 16:26:48 +02:00