wekan/client/components/settings
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
..
connectionMethod.jade Fix authentication dropdown 2019-02-15 17:06:05 +01:00
connectionMethod.js Fix authentication dropdown 2019-02-15 17:06:05 +01:00
informationBody.jade - Remove Wekan_version translation string. 2018-12-16 18:36:50 +02:00
informationBody.js Add display wekan version number and runtime environment 2017-08-03 09:24:40 +09:00
invitationCode.jade Admin panel: 2017-02-24 22:10:38 +08:00
invitationCode.js Fix lint errors. 2018-07-16 14:46:33 +03:00
peopleBody.jade add ldap support | simplify authentications 2018-10-09 14:14:39 +02:00
peopleBody.js Fix lint errors. 2018-10-09 21:16:47 +03:00
peopleBody.styl Restore original font and font sizes. 2018-04-11 14:59:58 +03:00
settingBody.jade Improve authentication 2019-02-01 19:00:44 +01:00
settingBody.js make emails for invitations all lowercase for compatibility with AccountsTemplates 2019-03-16 14:32:39 +01:00
settingBody.styl - Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7 ! 2018-10-24 11:39:45 +03:00
settingHeader.jade Add the following new Sandstorm features and fixes: 2019-02-27 16:14:14 +02:00
settingHeader.styl Restore original font and font sizes. 2018-04-11 14:59:58 +03:00