-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The invitation code doesn't exist - case-sensitive eMail #1384
Comments
I added a pull request that fixes this #2263 |
Can this be tested on any testing installation? I would be happy to do so if you point me towards it. |
You can test it this way:
edit docker-compose.yml to have this:
Also add email settings to docker-compose.yml. Then start Wekan in docker:
And then use webbrowser to go to http://localhost , register new account that will become admin. Also see: |
My change somehow does not fix this issue. Will check further. |
I finally managed to sucessfully test this in a locally built docker container. But the wekan:devel container on quay.io does not include the changes (yet). I inspected the container and it contained the old code without the adition of |
I can confirm that in the docker image 2.56.0, the error message "The invitation code doesn't exist" does not appear, but instead I see the error message from #2310 and the account gets created. |
Same issue still persists for me on docker image with tag |
Still exists with OAUTH2 in Version 7.27.0 |
Issue
Impacted version: 0.60
Server Setup Information:
Problem description:
Wekan with disable self-regitration:
if i invite a new user, i can write the eMail non-case sensitiv. In the login-dialog, the eMail will be autom. change to lower-case. The user can't login with the error message "The invitation code doesn't exist" if the email-adress in the database with uppercase letters.
The text was updated successfully, but these errors were encountered: