cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
289
Views
0
Helpful
2
Replies

How do I unlock TUI access programmatically in Unity?

jdrinkwater
Level 1
Level 1

I have an application that administers Unity subscribers using Unity's SQL Sored Procedure API. I am having trouble unlocking TUI access for any subscriber.

What else must be done beyond clearing the PwLocked bit in the subscriber record?

2 Replies 2

lindborg
Cisco Employee
Cisco Employee

If I remember correctly the PWLocked flag is only set if the administrator manually locks the account from the SA interface. If the user locks out the account it sets a time/date in the PwTimeLockout. If that field is null then the account is not locked, if it has a time date that exceeds the current time date when you add the lockout duration to it then it wont let you log in via the phone.

oh, and set pwTries to 0 while you're in there or else they only get one shot at it after you clear the lock before it's locked again... not good.