Skip to content

Require Emails When Signing Up #12

@Ezequiel-Valencia

Description

@Ezequiel-Valencia

Problem

Bots can simply create infinite accounts because we don't force creation verification. Also how to contact users?

Solution

Require email verification. Ensuring that the email used is indeed a valid one.

Tasks

  • Setup a mail server which is used only for email verification
  • Check if the email is valid according to specifications
  • Check if it's one of the few allowed email addresses (gmail, yahoo, proton, etc...)
  • Finally do the expensive mail server check.

Email Verify Resources (Use net/mail library, plus external library, plus email name filter):
Library | Stack Overflow | Reddit

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions