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

Added the lockout logic #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added the lockout logic #1

wants to merge 1 commit into from

Conversation

dwmkerr
Copy link
Owner

@dwmkerr dwmkerr commented May 5, 2014

This pull request adds the 'lockout' logic that locks the user out after three failed attempts.

and the message 'Your username or password is incorrect'.
7. If the credentials are entered incorrectly three times, the user account
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dwmkerr locked out after three attempts? Have you thought about:

  1. Users deliberately logging each other out.
  2. How long they're locked out for.
  3. How we reset them in the backoffice.
    There's a lot of work to support this - add a full new spec for the lockout behaviour to the pull request and we can consider it - but this is not a trivial piece of work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant