Skip to content

[Bug] Account login fails due to case-sensitivity in email field #167

@ryvione

Description

@ryvione

Content

There is an issue where the application fails to authenticate an account if the email address contains uppercase letters. Even when the password is correct, the application returns a login error or crashes unless the email is entered entirely in lowercase.

Steps to Reproduce

  1. Open the application.
  2. Enter a valid email address using mixed-case letters (e.g., AccOuNT@emaIL.Com).
  3. Enter the correct password associated with that account.
  4. Attempt to sign in.

Expected Behavior

The application should treat the email address as case-insensitive and successfully log the user in, or automatically convert the input to lowercase before processing.

Actual Behavior

The application fails to recognize the account, reporting an incorrect password.

Workaround

Manually entering the email address in all lowercase letters (e.g., account@email.com) allows the login to proceed successfully.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions