appwrite / appwrite/console

🚀 Feature: more accurate email validation at sign in and sign up

Open
#1,455 7 comments 1 reaction 0 assignees View on GitHub
Dominant language
Svelte
Stars
393
Forks
260
Avg merge
6h 53m
Merged PRs (30d)
24

Description

### 🔖 Feature description

The sign in and sign up forms validate the email address:

image

When passing without the ending, i.e. ".com", the validation is missing and the form is sent to the server, which then validates:

image

The email input could already validate against the full accurate email format.

### 🎤 Pitch

As the email format will be validates after sending the form anyways and there exists a form input validation in the frontend, it could be extended with the full email format validation including ".com" endings.

### 👀 Have you spent some time to check if this issue has been raised before?

- [X] I checked and didn't find similar issue

### 🏢 Have you read the Code of Conduct?

- [X] I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.