We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should also throttle bad password attempts against known users to prevent dictionary attacks. I believe that was the intent of 43b1bd7, but on https://github.com/ato/clojars-web/blob/master/src/clojars/web.clj#L86, it only registers a bad attempt if the user is not found.
The text was updated successfully, but these errors were encountered:
4b692ba
No branches or pull requests
We should also throttle bad password attempts against known users to prevent dictionary attacks. I believe that was the intent of 43b1bd7, but on https://github.com/ato/clojars-web/blob/master/src/clojars/web.clj#L86, it only registers a bad attempt if the user is not found.
The text was updated successfully, but these errors were encountered: