LanguageArrayAn array of language specific phrases. @var array
@access public
@see __construct() ReportHolds a message if one was generated. @var string
@access public
@see FormatMessage() liHomeIdA comma separated list of MODx document IDs to attempt to redirect the user to after login. @var string
@access public
@see login()
@see LoginHomePage() loHomeIdThe MODx document ID to redirect the user to after logout. @var string
@access public
@see logout()
@see LogoutHomePage() TypeThe type of WebLoginPE (simple, register, profile, or taconite) @var string
@access protected UsernameValue of $POST'username'. @var string
@access protected PasswordValue of $POST'password'. @var string
@access protected UserThe user object assembled from data queried from the web user tables @var array
@access protected
@see QueryDbForUser() UserImageSettingsDimensions for the user image @var string
@access protected
@see CreateUserImage MessageTemplateTemplate for messages returned by WebLoginPE @var string;
@access public
@see FormatMessage; LoginErrorCountNumber of failed logins @var string
@access protected
@see Authenticate CustomTableFull table name of the custom extended user attributes table. @var string
@access protected
@see CustomTable CustomFieldsAn array of column names for the extended user attributes table. @var array
@access protected
@see CustomTable DateFormatPHP strftime() format for dates in placeholders @var string
@access protected
@see PlaceHolders
|