Public Member Functions | |
startRequest () | |
getProfileAttr ($attributename="") | |
printBackendPath () |
Public Attributes | |
$authUrl = '' | |
$salt_secretkey = '' | |
$username_sessionattr = '' | |
$cmsBackendUrl = '' | |
$crypt_secretkey = '' |
module for cms user authentication
Definition at line 5 of file CmsuserauthenticationModule.php.
CmsuserauthenticationModule::getProfileAttr | ( | $attributename = "" | ) |
print out the path to backend cms with sid and encrypted cookie data
Definition at line 53 of file CmsuserauthenticationModule.php.
CmsuserauthenticationModule::startRequest | ( | ) |
starts the authentication request
if(isset(Yii::app()->user->{$this->username_sessionattr})){ $username = Yii::app()->user->{$this->username_sessionattr}; }
Definition at line 18 of file CmsuserauthenticationModule.php.
References User\model().