Results 1 to 2 of 2

Thread: Login Attempts , 3 times locked account

  1. #1
    Join Date
    Aug 2012
    Posts
    1

    Question Login Attempts , 3 times locked account

    Hi everyone ,sorry for my bad english . I have used search but didn't find my answers.
    Can anyone tell me , is Spring security support something to do that : locked account when the user input true username but wrong password 4 or 5 time ?
    Thank for read and help !

  2. #2

    Default

    Epic !!!

    In regard to original question. SpringSecurity doesn't do that out-of-the-box. But there are some properties in UserDetails interface that you could accommodate (e.g. isEnabled(), isAccountNonLocked(), etc) to suite your needs.

    Logic how many attempts is allowed with correct username and wrong password is something that you should do in your code.
    Aleksandar Stoisavljevic M.Sc
    http://www.staleksit.in.rs

Posting Permissions

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