|
CWIS Developer Documentation
|

Public Member Functions | |
| __construct ($UserInfoOne=NULL, $UserInfoTwo=NULL) | |
| Status () | |
| StatusMessage ($StatusCode=NULL) | |
| Delete () | |
| Id () | |
| Name () | |
| GetBestName () | |
| Get the best available name associated with a user, i.e., the real name or, if it isn't available, the user name. More... | |
| LastLocation ($NewLocation=NULL) | |
| LastActiveDate () | |
| LastIPAddress () | |
| Get ($FieldName) | |
| GetDate ($FieldName, $Format="") | |
| Set ($FieldName, $NewValue) | |
| Login ($UserName, $Password, $IgnorePassword=FALSE) | |
| Logout () | |
| GetPasswordSalt ($UserName) | |
| IsLoggedIn () | |
| IsNotLoggedIn () | |
| ChangePassword ($OldPassword, $NewPassword, $NewPasswordAgain) | |
| SetPassword ($NewPassword) | |
| SetEncryptedPassword ($NewEncryptedPassword) | |
| CreateNewUserWithEMailedPassword ($UserName, $EMail, $EMailAgain, $TemplateFile="Axis--User--EMailTemplate.txt") | |
| CreateNewUserAndMailPasswordFromFile ($UserName, $EMail, $EMailAgain, $TemplateFile="Axis--User--EMailTemplate.txt") | |
| CreateNewUserAndMailPassword ($UserName, $EMail, $EMailAgain, $EMailSubject, $EMailBody) | |
| GetActivationCode () | |
| IsActivationCodeGood ($Code) | |
| IsActivated ($NewValue=DB_NOVALUE) | |
| GetResetCode () | |
| IsResetCodeGood ($Code) | |
| GetMailChangeCode () | |
| IsMailChangeCodeGood ($Code) | |
| SendEMail ($TemplateTextOrFileName, $FromAddress=NULL, $MoreSubstitutions=NULL, $ToAddress=NULL) | |
| HasPriv ($Privilege, $Privileges=NULL) | |
| Check whether user has specified privilege(s). More... | |
| GrantPriv ($Privilege) | |
| RevokePriv ($Privilege) | |
| GetPrivList () | |
| SetPrivList ($NewPrivileges) | |
| GetUniqueCode ($SeedString, $CodeLength) | |
| GetRandomPassword ($PasswordMinLength=6, $PasswordMaxLength=8) | |
| UpdateValue ($FieldName, $NewValue=DB_NOVALUE) | |
| GivePriv ($Privilege) | |
Static Public Member Functions | |
| static | SetEmailFunction ($NewValue) |
| Set email function to use instead of mail(). More... | |
| static | GetSqlQueryForUsersWithPriv ($Privilege, $Privileges=NULL) |
| Get an SQL query that will return IDs of all users that have the specified privilege flags. More... | |
| static | GetSqlQueryForUsersWithoutPriv ($Privilege, $Privileges=NULL) |
| Get an SQL query that will return IDs of all users that do not have the specified privilege flags. More... | |
| static | IsValidUserName ($UserName) |
| static | IsValidPassword ($Password) |
| static | IsValidLookingEMailAddress ($EMail) |
| static | NormalizeEMailAddress ($EMailAddress) |
| static | NormalizeUserName ($UserName) |
| static | NormalizePassword ($Password) |
Protected Attributes | |
| $DB | |
| $UserId = NULL | |
| $Result | |
| $LoggedIn | |
| User::__construct | ( | $UserInfoOne = NULL, |
|
$UserInfoTwo = NULL |
|||
| ) |
Definition at line 45 of file User.php.
References U_NOSUCHUSER, and U_OKAY.
| User::ChangePassword | ( | $OldPassword, | |
| $NewPassword, | |||
| $NewPasswordAgain | |||
| ) |
Definition at line 446 of file User.php.
References $Result, IsValidPassword(), SetPassword(), U_BADPASSWORD, U_ILLEGALPASSWORD, U_NOTLOGGEDIN, U_OKAY, and U_PASSWORDSDONTMATCH.
| User::CreateNewUserAndMailPassword | ( | $UserName, | |
| $EMail, | |||
| $EMailAgain, | |||
| $EMailSubject, | |||
| $EMailBody | |||
| ) |
Definition at line 523 of file User.php.
References $Result, GetRandomPassword(), IsValidLookingEMailAddress(), Set(), U_EMAILSDONTMATCH, U_ILLEGALEMAIL, U_MAILINGERROR, and U_OKAY.
Referenced by CreateNewUserAndMailPasswordFromFile().

| User::CreateNewUserAndMailPasswordFromFile | ( | $UserName, | |
| $EMail, | |||
| $EMailAgain, | |||
$TemplateFile = "Axis--User--EMailTemplate.txt" |
|||
| ) |
Definition at line 510 of file User.php.
References CreateNewUserAndMailPassword().
Referenced by CreateNewUserWithEMailedPassword().

| User::CreateNewUserWithEMailedPassword | ( | $UserName, | |
| $EMail, | |||
| $EMailAgain, | |||
$TemplateFile = "Axis--User--EMailTemplate.txt" |
|||
| ) |
Definition at line 502 of file User.php.
References CreateNewUserAndMailPasswordFromFile().
| User::Get | ( | $FieldName | ) |
Definition at line 246 of file User.php.
References UpdateValue().
Referenced by GetBestName(), GetMailChangeCode(), GetUniqueCode(), LastActiveDate(), LastIPAddress(), LastLocation(), Name(), and SendEMail().

| User::GetActivationCode | ( | ) |
Definition at line 594 of file User.php.
References GetUniqueCode().
Referenced by IsActivationCodeGood(), and SendEMail().

| User::GetBestName | ( | ) |
| User::GetMailChangeCode | ( | ) |
Definition at line 630 of file User.php.
References Get(), and GetUniqueCode().
Referenced by IsMailChangeCodeGood(), and SendEMail().

| User::GetRandomPassword | ( | $PasswordMinLength = 6, |
|
$PasswordMaxLength = 8 |
|||
| ) |
Definition at line 1043 of file User.php.
Referenced by CreateNewUserAndMailPassword().

| User::GetResetCode | ( | ) |
Definition at line 615 of file User.php.
References GetUniqueCode().
Referenced by IsResetCodeGood(), and SendEMail().

|
static |
Get an SQL query that will return IDs of all users that do not have the specified privilege flags.
This method is useful primarily for subqueries.
| mixed | $Privilege | Privilege or array of privileges. |
| mixed | $Privileges | One or more additional privileges. (variable length argument list) (OPTIONAL) |
|
static |
Get an SQL query that will return IDs of all users that have the specified privilege flags.
This method is useful primarily for subqueries.
| mixed | $Privilege | Privilege or array of privileges. |
| mixed | $Privileges | One or more additional privileges. (variable length argument list) (OPTIONAL) |
| User::GetUniqueCode | ( | $SeedString, | |
| $CodeLength | |||
| ) |
Definition at line 962 of file User.php.
References Get().
Referenced by GetActivationCode(), GetMailChangeCode(), and GetResetCode().

| User::GivePriv | ( | $Privilege | ) |
Definition at line 1061 of file User.php.
References GrantPriv().
| User::GrantPriv | ( | $Privilege | ) |
Definition at line 880 of file User.php.
References $Result, U_ERROR, U_NOTLOGGEDIN, and U_OKAY.
Referenced by GivePriv(), and SetPrivList().

| User::HasPriv | ( | $Privilege, | |
$Privileges = NULL |
|||
| ) |
Check whether user has specified privilege(s).
| mixed | $Privilege | Privilege or array of privileges. |
| mixed | $Privileges | One or more additional privileges. (variable length argument list) (OPTIONAL) |
| User::IsActivated | ( | $NewValue = DB_NOVALUE | ) |
Definition at line 609 of file User.php.
References UpdateValue().
| User::IsActivationCodeGood | ( | $Code | ) |
Definition at line 602 of file User.php.
References GetActivationCode().
| User::IsMailChangeCodeGood | ( | $Code | ) |
Definition at line 638 of file User.php.
References GetMailChangeCode().
| User::IsResetCodeGood | ( | $Code | ) |
Definition at line 623 of file User.php.
References GetResetCode().
|
static |
Definition at line 1011 of file User.php.
Referenced by CreateNewUserAndMailPassword(), and UserFactory\TestNewUserValues().

|
static |
Definition at line 998 of file User.php.
Referenced by ChangePassword(), and UserFactory\TestNewUserValues().

|
static |
Definition at line 985 of file User.php.
Referenced by UserFactory\FindUserNames(), and UserFactory\TestNewUserValues().

| User::LastLocation | ( | $NewLocation = NULL | ) |
| User::Login | ( | $UserName, | |
| $Password, | |||
$IgnorePassword = FALSE |
|||
| ) |
Definition at line 291 of file User.php.
References $Result, $UserId, U_BADPASSWORD, U_NOSUCHUSER, U_NOTACTIVATED, and U_OKAY.
|
static |
Definition at line 1025 of file User.php.
Referenced by UserFactory\EMailAddressIsInUse(), and UserFactory\TestNewUserValues().

|
static |
Definition at line 1037 of file User.php.
Referenced by UserFactory\TestNewUserValues().

|
static |
Definition at line 1031 of file User.php.
Referenced by UserFactory\CreateNewUser(), UserFactory\TestNewUserValues(), and UserFactory\UserNameExists().

| User::RevokePriv | ( | $Privilege | ) |
Definition at line 915 of file User.php.
References $Result, U_NOTLOGGEDIN, and U_OKAY.
| User::SendEMail | ( | $TemplateTextOrFileName, | |
$FromAddress = NULL, |
|||
$MoreSubstitutions = NULL, |
|||
$ToAddress = NULL |
|||
| ) |
Definition at line 645 of file User.php.
References $Result, Get(), GetActivationCode(), GetMailChangeCode(), GetResetCode(), Status(), U_MAILINGERROR, U_OKAY, and U_TEMPLATENOTFOUND.
| User::Set | ( | $FieldName, | |
| $NewValue | |||
| ) |
Definition at line 278 of file User.php.
References $Result, U_NOTLOGGEDIN, U_OKAY, and UpdateValue().
Referenced by CreateNewUserAndMailPassword().

|
static |
Set email function to use instead of mail().
| callback | $NewValue | Callable email function or method that accepts the same arguments as mail(). |
Definition at line 177 of file User.php.
Referenced by CWUser\__construct().

| User::SetEncryptedPassword | ( | $NewEncryptedPassword | ) |
Definition at line 496 of file User.php.
References UpdateValue().
| User::SetPassword | ( | $NewPassword | ) |
Definition at line 487 of file User.php.
References UpdateValue().
Referenced by ChangePassword().

| User::SetPrivList | ( | $NewPrivileges | ) |
Definition at line 941 of file User.php.
References GrantPriv(), and U_NOTLOGGEDIN.
| User::Status | ( | ) |
Definition at line 115 of file User.php.
References $Result.
Referenced by SendEMail().

| User::StatusMessage | ( | $StatusCode = NULL | ) |
Definition at line 121 of file User.php.
References $Result, U_BADPASSWORD, U_DUPLICATEEMAIL, U_DUPLICATEUSERNAME, U_EMAILSDONTMATCH, U_ERROR, U_ILLEGALEMAIL, U_ILLEGALPASSWORD, U_ILLEGALUSERNAME, U_MAILINGERROR, U_NOSUCHUSER, U_NOTLOGGEDIN, U_OKAY, U_PASSWORDSDONTMATCH, and U_TEMPLATENOTFOUND.
| User::UpdateValue | ( | $FieldName, | |
$NewValue = DB_NOVALUE |
|||
| ) |
Definition at line 1054 of file User.php.
Referenced by Get(), IsActivated(), Set(), SetEncryptedPassword(), and SetPassword().

|
protected |
Definition at line 975 of file User.php.
Referenced by CWUser\FetchAssociatedResource(), and SPTUser\GetCryptKey().
|
protected |
Definition at line 978 of file User.php.
Referenced by IsLoggedIn(), and IsNotLoggedIn().
|
protected |
Definition at line 977 of file User.php.
Referenced by ChangePassword(), CreateNewUserAndMailPassword(), Delete(), CWUser\EmailWrapper(), GetPasswordSalt(), GrantPriv(), Login(), RevokePriv(), SendEMail(), Set(), Status(), and StatusMessage().
|
protected |
Definition at line 976 of file User.php.
Referenced by CWUser\FetchAssociatedResource(), Id(), and Login().