Skip to content

[Bug] username/email field case sensitive #238

Description

Out-of-the-box the username/email field is case sensitive. A single email could create many users by changing the capitalization.

i.e. Test@test.com + test@test.com

I think the best way to handle this is to save the case-sensitive user/email when creating the user, and then when logging in or creating a new user, if there is already a case-insensitive matching user, it will log in to that one or, if creating a new account, reject the request to create a new user because the user already exists.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions