Skip to content

How to custom INVALID_EMAIL_ADDRESS_PATTERN? #13541

Closed
@shiny

Description

@shiny

image

I've noticed that qq.com was block by the following code so I can't Invite that mail address.

# block domains which are generally used by spammers -- keep this configurable in case an onpremise
# install wants to allow it
INVALID_EMAIL_ADDRESS_PATTERN = re.compile(r'\@qq\.com$', re.I)

Related to #10152

But it's the most popular email service in China for personal usage.
Is it possible to disable this settings?

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