mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #2036] Email invitations are case sensitive? #1134
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
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...