Results 1 to 2 of 2

Thread: How to Lock username after 3 or 4 wrong attempts while logging in

  1. #1

    Exclamation How to Lock username after 3 or 4 wrong attempts while logging in

    Dear Members,

    I am working with Spring Security module. Hope i can find the required answer with this forum.

    I have implemented User Authentication using Spring Security.
    And i'm going to implement the below requirement:

    Username who is attempting login with wrong username(s)/password(s) more than 3 or 4 times. That username must be locked for a time being of an Hour. after that user can try to loggin in to the system.

    Looking 4ward for repliles.

    Thanks in Advance.

    -Regards,
    Uday.

  2. #2
    Join Date
    Feb 2008
    Posts
    488

    Default

    You should post your question in the Spring Security forum: http://forum.springsource.org/forumdisplay.php?f=33

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •