Searched +full:resendpwd -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/inc/Menu/Item/ |
H A D | Resendpwd.php | 6 * Class Resendpwd 10 class Resendpwd extends AbstractItem class 19 throw new \RuntimeException("no resendpwd when already logged in");
|
/dokuwiki/inc/Action/ |
H A D | Resendpwd.php | 12 * Class Resendpwd 18 class Resendpwd extends AbstractAclAction 42 if ($this->resendpwd()) { 67 protected function resendpwd() 75 if (!actionOK('resendpwd')) { 158 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&'); 17 class Resendpwd extends AbstractAclAction global() class 66 protected function resendpwd() global() function in dokuwiki\\Action\\Resendpwd
|
/dokuwiki/inc/Ui/ |
H A D | Login.php | 7 use dokuwiki\Menu\Item\Resendpwd; 21 * @param bool $showIcon Whether to show svg icons in the register and resendpwd links or not 74 if (actionOK('resendpwd')) { 75 $resendPwLink = (new Resendpwd())->asHtmlLink('', $this->showIcon);
|
H A D | UserResendPwd.php | 39 echo $form->toHTML('ResendPwd'); 59 $form->setHiddenField('do', 'resendpwd'); 86 $form->setHiddenField('do', 'resendpwd');
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | _forms.css | 7 * - resendpwd
|
/dokuwiki/inc/ |
H A D | confutils.php | 381 $disabled[] = 'resendpwd';
|
H A D | auth.php | 1212 if (!actionOK('resendpwd')) { 1295 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
|
H A D | html.php | 62 * @param bool $svg Whether to show svg icons in the register and resendpwd links or not
|
H A D | template.php | 1028 case 'resendpwd':
|
/dokuwiki/lib/plugins/config/settings/ |
H A D | config.metadata.php | 162 'resendpwd',
|