mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
Our intent throughout the codebase is to treat email case-insensitively. The only codepath affected by this bug is remote_user_sso, as that's the only one that currently passes potentially both a user_profile and ExternalAuthDataDict when creating the ExternalAuthResult. That's why we add a test specifically for that codepath.
248 KiB
248 KiB