How do I change the max failed login attempts to lock out the user in Weblogic 10.0?

2.5k Views Asked by At

We have a requirement to set the number of login attempts to 3 before we lock out the user. It seems the default is 5. How do I change this value in Weblogic 10.0?

1

There are 1 best solutions below

1
On

Log into the WLS console and go to: Home > Summary of Security Realms > myrealm > Configuration > User Lockout

There the Lockout Threshold is the times a user may attempt a login before locking.