LockoutClearValve
Valve to control if a user is locked in PhenixID server.
More information on user lockout configuration can be found here.
Properties
Example Configuration
{ "name": "LockoutClearValve", "config": { "userid_param_name":"{{request.User-Name}}",
"clear_soft_lockouts":"true",
"clear_hard_lockouts":"false"
} }