Is your feature request related to a problem? Please describe.
pydotorg/settings/base.py:104 sets:
# TODO: Enable enumeration prevention
ACCOUNT_PREVENT_ENUMERATION = False
With enumeration prevention off (and ACCOUNT_AUTHENTICATION_METHOD = "username_email"), the signup, login, and password-reset flows each confirm whether a given email address or username has a python.org account. A standard reconnaissance primitive.
Describe the solution you'd like
Anything preventing flipping it to True?
Drawbacks and Impact
it'd provide less feedback for password-reset typos and such.
Is your feature request related to a problem? Please describe.
pydotorg/settings/base.py:104sets:With enumeration prevention off (and
ACCOUNT_AUTHENTICATION_METHOD = "username_email"), the signup, login, and password-reset flows each confirm whether a given email address or username has a python.org account. A standard reconnaissance primitive.Describe the solution you'd like
Anything preventing flipping it to True?
Drawbacks and Impact
it'd provide less feedback for password-reset typos and such.