Skip to content

Fix email validation stripping periods on mobile login #176

@josharian

Description

@josharian

Author: cglwn
Channel: #feedback
Link: https://discord.com/channels/1405685085923049482/1405686161791516873/1484954485934526605


Issue

Users with email addresses containing periods (e.g., abc.def@gmail.com) are unable to login on mobile. The mobile client is stripping the period from the email address, creating a new account with the modified email (abcdef@gmail.com instead).

Details

  • Affected email format: Emails with periods/dots in the local part (before @)
  • Affected platforms: Mobile
  • Behavior: Period is stripped during login, resulting in account creation with incorrect email
  • Expected behavior: Email should be validated and used as-is, or user should receive an error if email format is invalid

User Report

I can't seem to login to my account with a period on mobile. I have an email like abc.def@gmail.com but on mobile it stripped the dot and made a new account abcdef@gmail.com

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions