getUser
Description
Gets the user by username or key.
Parameters
Return Type
Returns the user.
Example
JUser usr = getUser("john.doe");
The look-up is first made after the userkey, then after the username.
Gets the user by username or key.
Returns the user.
JUser usr = getUser("john.doe");
The look-up is first made after the userkey, then after the username.