If the user is not logged in, id and gid will be zero and
usergroup will be null. For more information about dealing with users refer to
Chapter 7.
Properties
_errorMsg : string Log of errors, separated by new lines
_params : JParameter
Parameters from #__users.params field. Metadata available
from administrator/components/com_users/user.xml.
activation : string Activation string, used to verify account registration
aid : int Access group ID
block : int Access blocked. 0=not blocked, 1=blocked.
clearPW : string Clear text password, only present when changing password
email : string Email address
gid : int Group ID, relates to the legacy #__groups table
id: int User ID, relates to the #__users.id field
lastvisitDate : string Date on which the user last visited the site
name : string User's name, their actual name/nickname, not username
params : string INI parameter string, used when updating and creating users
password : string MD5-hashed password
registerDate : string Date on which the account was registered
sendEmail : int Receive system emails.
Pages:
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514