Say I have a site that has a user registration process where, when a user enters an email address already in use, an error message is displayed telling them that. This seems like a easy way to a malicious user to enumerate users.
Would adding CAPTCHA to the registration process be enough to prevent user enumeration?