1<?
php declare(strict_types=1);
23 !isset($this->request->getQueryParams()[
'baseClass']) ||
24 strtolower($this->request->getQueryParams()[
'baseClass']) !==
'ildashboardgui'
30 strtolower($this->ctrl->getCmdClass()) ===
'ilpersonalsettingsgui' &&
31 in_array(strtolower($this->ctrl->getCmd()), [
'showpassword',
'savepassword'])
44 if (!$this->
isInFulfillment() && ($this->
user->isPasswordChangeDemanded() || $this->user->isPasswordExpired())) {
56 $this->ctrl->initBaseClass(
'ildashboardgui');
57 $this->ctrl->redirectByClass(
58 [
'ildashboardgui',
'ilpersonalsettingsgui'],
An exception for terminatinating execution or to throw for unit testing.
static get($a_var)
Get a value.
Class ilUserProfileIncompleteAndPasswordResetRequestTargetAdjustmentCase.
shouldStoreRequestTarget()
Class ilUserRequestTargetAdjustmentCase.