Skip to content

Lack of email verification in block-core/nodes leads to acceptance of invalid email syntax and domains. #144

Description

@vr-varad

Currently, the email verification process within block-core/nodes is insufficient, as the form fails to differentiate between valid and invalid email addresses. This poses a risk of accepting invalid syntax (e.g., "abcd@xyz.com") or non-existent domains (e.g., "_@domain").

Solution: Integrate a regex pattern such as /^\w+([.-]?\w+)@\w+([.-]?\w+)(.\w{2,3})+$/ at the backend to ensure validation of email addresses, enhancing the verification process and accepting only valid email formats.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions