Context->Session->UserID != $this->User->UserID && !$this->Context->Session->User->Permission('PERMISSION_EDIT_USERS')) { $this->Context->WarningCollector->Add($this->Context->GetDefinition('PermissionError')); echo '
'.$this->Get_Warnings().'
'; } else { $this->PostBackParams->Set('PostBackAction', 'ProcessPassword'); $this->PostBackParams->Set('u', $this->User->UserID); $Required = $this->Context->GetDefinition('Required'); echo '
'.$this->Context->GetDefinition('ChangeYourPassword').''; $this->CallDelegate('PreWarningsRender'); echo $this->Get_Warnings() .$this->Get_PostBackForm('frmAccountPassword'); $this->CallDelegate('PreInputsRender'); echo ''; $this->CallDelegate('PreButtonsRender'); echo '
'; } ?>