wwUserSecurity::GetUser

Retrieves a user into the oUser member based on a PK or Username and Password lookup.

GetUser always sets the oUser member even on failure in which case the value is set to an empty object.


o.GetUser(lcPK, lcPassword)

Return Value

.T. or .F. sets oUser member.

Parameters

lcPK
A string PK for the user to retrieve

If 2 parameters are passed this parameter represents a Username

lcPassword
The password for the user to retrieve if 2 parameters are passed and the first parameter is a username. If username and password are passed behavior of this method is similar to Authenticate

See also:

Class wwUserSecurity


  Last Updated: 12/30/2005 | © West Wind Technologies, 2008