1
0
Fork 0
vaultwarden-test/src/db/models
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
..
attachment.rs Fix limitation on sharing ciphers with attachments 2021-08-16 22:23:33 -07:00
cipher.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
collection.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
device.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
favorite.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
folder.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
mod.rs Run cargo fmt on codebase 2021-03-31 21:18:35 +01:00
org_policy.rs Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarden_rs into olivierIllogika-2fa_enforcement 2021-07-15 19:27:36 +02:00
organization.rs Fix syncing with Bitwarden Desktop v1.28.0 2021-08-21 10:36:08 +02:00
send.rs Fix errors that occurred in the nightly build 2021-08-04 13:25:41 +02:00
two_factor.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
user.rs Fix issue when using uppercase chars in emails 2021-09-09 13:52:39 +02:00