Skip to content

Commit

Permalink
email normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Aug 1, 2024
1 parent f0866b6 commit daf946b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/email-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: "Email verification"

If your application requires user email addresses to be unique, email verification is a must. It discourages users from entering a random email address and, if password reset is implemented, allows users to take back accounts created with their email address. You may even want to block users from accessing your application's content until they verify their email address.

*Email addresses are case-insensitive.* We recommend normalizing user-provided email addresses to lower case.

## Table of contents

- [Input validation](#input-validation)
Expand Down

0 comments on commit daf946b

Please sign in to comment.