1 Reply Latest reply on Dec 19, 2012 7:18 AM by nickarls

    User LockOut

    akash_bansal

      Hi,

       

      I have a requirement in JBoss 7.1, which is similar to weblogic's UserLockout to lock user after certain number of unsuccessfull login attempts. And to unlock user account similar to clearLockout of weblogic. Pls. help me of same functionality is already exist in JBoss 7.1. If not present how I can implement the same.

       

      Thanks,

        • 1. Re: User LockOut
          nickarls

          I don't think there is any OOTB. You could perhaps customize the DatabaseLoginModule to keep track of the number of attempts (if you want it to persist over sessions)