How do I unlock TUI access programmatically in Unity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2009 12:04 PM - edited 03-18-2019 11:49 PM
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?
- Labels:
-
UC Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2009 01:07 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2009 01:13 PM
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.
