1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src/db
BlackDex 10d5c7738a Fix issue when using uppercase chars in emails
In the case when SMTP is disabled and.
when inviting new users either via the admin interface or into an
organization and using uppercase letters, this would fail for those
users to be able to register since the checks which were done are
case-sensitive and never matched.

This PR fixes that issue by ensuring everything is lowercase.
Fixes #1963
2021-09-09 13:52:39 +02:00
..
models Fix issue when using uppercase chars in emails 2021-09-09 13:52:39 +02:00
schemas Added web-vault v2.21.x support + some misc fixes 2021-07-04 23:02:56 +02:00
mod.rs Dependency updates 2021-08-22 13:46:48 +02:00