Skip to content
New issue

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

Block authentication request after too many failures #147

Closed
alinefm opened this issue Jul 6, 2016 · 0 comments
Closed

Block authentication request after too many failures #147

alinefm opened this issue Jul 6, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@alinefm
Copy link
Member

alinefm commented Jul 6, 2016

Originally reported on kimchi-project/kimchi#144

A blocking period can protect the server from exhaustive password attack after too many login failures

@alinefm alinefm added the feature label Jul 6, 2016
@alinefm alinefm added this to the Wok 2.3 milestone Jul 6, 2016
@alinefm alinefm removed this from the Wok 2.3 milestone Sep 21, 2016
@alinefm alinefm added this to the Wok 2.4 milestone Feb 6, 2017
@alinefm alinefm closed this as completed in 64c5ecc Feb 7, 2017
lcorreia pushed a commit to open-power-host-os/wok that referenced this issue Feb 9, 2017
…ny failures

To prevent brute force attack, creates a mechanism to allow 3 tries
first. After that, a timeout will start and will be added 30 seconds for
each failed try in a row.

Signed-off-by: Ramon Medeiros <ramonn@linux.vnet.ibm.com>
patchew-importer pushed a commit to patchew-project/kimchi-wok that referenced this issue May 25, 2018
…ny failures

To prevent brute force attack, creates a mechanism to allow 3 tries
first. After that, a timeout will start and will be added 30 seconds for
each failed try in a row.

Signed-off-by: Ramon Medeiros <ramonn@linux.vnet.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants