|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $accountActivated = false | |
| $accountKey = $hash ? eZUserAccountKey::fetchByKey( $hash ) : false | |
| $alreadyActive = false | |
| $hash = trim( $http->hasPostVariable( 'Hash' ) ? $http->postVariable( 'Hash' ) : $Params['Hash'] ) | |
| $http = eZHTTPTool::instance() | |
| $ini = eZINI::instance() | |
| $isPending = false | |
| $mainNodeID = (int) $http->hasPostVariable( 'MainNodeID' ) ? $http->postVariable( 'MainNodeID' ) : $Params['MainNodeID'] | |
| $Module = $Params['Module'] | |
| $Result = array() | |
| $Result ['content'] = $tpl->fetch( 'design:user/activate.tpl' ) | |
| $Result ['path'] | |
| if($accountKey) elseif($mainNodeID) | $tpl = eZTemplate::factory() |
| $accountActivated = false |
Definition at line 24 of file activate.php.
| $accountKey = $hash ? eZUserAccountKey::fetchByKey( $hash ) : false |
Definition at line 27 of file activate.php.
Referenced by eZUserOperationCollection\activation().
| $alreadyActive = false |
Definition at line 25 of file activate.php.
| $hash = trim( $http->hasPostVariable( 'Hash' ) ? $http->postVariable( 'Hash' ) : $Params['Hash'] ) |
Definition at line 12 of file activate.php.
Referenced by eZUser\_loginUser(), eZUser\authenticateHash(), eZUser\createHash(), eZObjectRelationListType\createObjectContentStructure(), eZOrder\customerList(), eZLDAPUser\loginUser(), eZTextFileUser\loginUser(), and eZUserOperationCollection\sendActivationEmail().
| $http = eZHTTPTool::instance() |
Definition at line 10 of file activate.php.
| $ini = eZINI::instance() |
Definition at line 109 of file activate.php.
| $isPending = false |
Definition at line 26 of file activate.php.
| $mainNodeID = (int) $http->hasPostVariable( 'MainNodeID' ) ? $http->postVariable( 'MainNodeID' ) : $Params['MainNodeID'] |
Definition at line 13 of file activate.php.
Referenced by eZSearch\addNodeAssignment(), eZContentObject\checkAccess(), eZContentObjectTreeNode\checkAccess(), checkNodeActions(), eZContentObject\classListFromPolicy(), eZContentObjectTreeNode\classListFromPolicy(), eZContentOperationCollection\loopNodeAssignment(), eZContentObject\mainNodeID(), eZContentOperationCollection\publishNode(), eZContentOperationCollection\removeAssignment(), eZSearch\removeNodeAssignment(), storeNodeAssignments(), eZContentObjectTreeNode\updateMainNodeID(), and eZContentOperationCollection\updateSectionID().
| $Module = $Params['Module'] |
Definition at line 9 of file activate.php.
| $Result = array() |
Definition at line 103 of file activate.php.
| $Result['content'] = $tpl->fetch( 'design:user/activate.tpl' ) |
Definition at line 104 of file activate.php.
| $Result['path'] |
array( array( 'text' => ezpI18n::tr( 'kernel/user', 'User' ), 'url' => false ), array( 'text' => ezpI18n::tr( 'kernel/user', 'Activate' ), 'url' => false ) )
Definition at line 105 of file activate.php.
| if ($accountKey) elseif ($mainNodeID) $tpl = eZTemplate::factory() |
Definition at line 91 of file activate.php.