mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
Email invitations are case sensitive? #4772
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nneul on GitHub (Oct 13, 2021).
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...