Thank you! I was running the latest available container image - but it looks like 'latest' is 2mo old and doesn't include above. Looks like testing has the fixes in it though...
<!-- gh-comment-id:942354706 -->
@nneul commented on GitHub (Oct 13, 2021):
Thank you! I was running the latest available container image - but it looks like 'latest' is 2mo old and doesn't include above. Looks like testing has the fixes in it though...
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @nneul on GitHub (Oct 13, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2036
Subject of the issue
Email invitations are case sensitive - but email addrs shouldn't be
Invited a user - First.Last@domain
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, ADMIN_TOKEN
Steps to reproduce
Invite a user with mixed case email.
Try to create account with all lowercase email.
Expected behaviour
It should work.
Actual behaviour
Rejects with email doesn't match invite.
Troubleshooting data
NA
@BlackDex commented on GitHub (Oct 13, 2021):
Already fixed via #1966
@nneul commented on GitHub (Oct 13, 2021):
Thank you! I was running the latest available container image - but it looks like 'latest' is 2mo old and doesn't include above. Looks like testing has the fixes in it though...