Skip to content

Validity of email for user registration #19

Description

@inezkok

I think the checking of the validity of emails during user sign up isn't stringent enough, leading to it accepting invalid emails like test@test where test isn't a valid domain since the last portion does contain a period and at least two characters e.g. .com, and random#@123 where the prefix should only contain alphanumeric characters, or underscores, periods, and dashes. Can follow this link for more info.

If not i think a possible enhancemement would be to send an email verification to the given emails containing a verification link, for the user to be successfully registered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requestseverity.Lowlow priority or importance of the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions