Unlocking Weblogic User Account

Unlocking Weblogic User account can be done as mentioned below,

Method:1

To unlock a locked user account on a managed server, a user with Admin privileges can use the following command

java weblogic.Admin -url -username adminuser -password passwordforadminuser -type weblogic.management.security.authentication.UserLockoutManager -method clearLockout lockedusername

 

Method:2

Home >domain_name ->security ->Unlock User

In Unlock User: provide the user name and save user will be unlocked.

 

How to check whether user is unlocked or not.

Administration Console: Select Admin server -> Expand the Monitoring–>Security tab for the server.

This page allows you to monitor user lockout management statistics for this server.

Total Invalid Logins:       14

User Lockout Total Count: 1

Total Login Attempts while Locked:8

Invalid Logins High: 1

Locked Users:    0

Total Users Unlocked:   1

 

We blogged it here as well.