$allowDuplicateHandles = false
[line 142]
Allow multiple users in the database to have the same login handle. Default: false.
$authUserId = 0
[line 60]
Current user's database record id
$backendArrayIndex = 0
[line 171]
Defines the array index number of the LoginManager?s "backends" property.
$containerName = null
[line 198]
The name associated with this auth container. The name is used when adding users from this container to the reference table in the permission container. This way it is possible to see from which auth container the user data is coming from.
$currentLogin = 0
[line 102]
Timestamp of current login (last to be written)
$encryptionModes = array('MD5' => 'MD5',
'PLAIN' => 'PLAIN',
'RC4' => 'RC4',
'SHA1' => 'SHA1')
[line 150]
Set posible encryption modes.
$expireTime = 0
[line 122]
Auth lifetime in seconds
If this variable is set to 0, auth never expires
$externalValues = array()
[line 206]
External values to check (config settings)
$handle = ''
[line 43]
The handle (username) of the current user
$idleTime = 0
[line 133]
Maximum time of idleness in seconds
Idletime gets refreshed each time, init() is called. If this variable is set to 0, idle time is never checked.
$isActive = null
[line 74]
Is the current user allowed to login at all? If false,
a call to login() will not set $logged_in to true, even if handle and password were submitted correctly. This is useful when you want your users to be activated by an administrator before they can actually use your application. Default: false
$lastLogin = 0
[line 94]
Timestamp of last login (previous to currentLogin)
$loggedIn = null
[line 86]
Has the current user successfully logged in? Default: false
$loginTimeout = 12
[line 112]
Number of hours that must pass between two logins to be counted as a new login. Comes in handy in some situations. Default: 12
$ownerGroupId = null
[line 76]
$ownerUserId = null
[line 75]
$passwd = ''
[line 52]
The password of the current user as given to the login() method.
$passwordEncryptionMode = 'MD5'
[line 163]
Defines the algorithm used for encrypting/decrypting passwords. Default: "MD5".
$propertyValues = array()
[line 187]
Property values
$_stack = null
[line 179]
Error stack