Automattic / Automattic/simplenote-android

Signup: Emails should be lowercased before sending to the backend

Open
#1,383 0 comments 0 reactions 0 assignees View on GitHub
[feature] signup [Type] Bug
Dominant language
Java
Stars
1.9k
Forks
318
Avg merge
15h 23m
Merged PRs (30d)
5

Description

### Expected

If a user enters an email using some capital letters, it should be converted to lowercase on form submission.

### Observed

The app sends a mixed-case email to the backend for registration.

Further context in pbMoDN-2oI-p2

Contributor guide

Open the contributing guide

Research direction

Start at the signup form's submission path and trace the registration request to the backend. Ensure the submitted email is lowercase, then verify the request behavior with the existing signup or registration tests; done means mixed-case input reaches the backend in lowercase.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
authentication, mobile
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.