[progress Communities] [progress Openedge Abl] Forum Post: Re: Looking For An Example Of...

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
T

tbergman

Guest
A large number of properties are available on the UserPrincipal object. Here's a bit of code that should point you in the right direction. DEFINE VARIABLE objUser AS UserPrincipal. objUser = UserPrincipal:FindByIdentity(objContext,pLoginName). IF ObjUser = ? THEN .... IF NOT objUser:ENABLED THEN ..... IF objUser:IsAccountLockedOut() THEN ....

Continue reading...
 
Status
Not open for further replies.
Back
Top