Searched +full:resendpwd -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 12 of 12) 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/Ui/ |
| H A D | Login.php | 7 use dokuwiki\Menu\Item\Resendpwd; alias 21 * @param bool $showIcon Whether to show svg icons in the register and resendpwd links or not 76 if (actionOK('resendpwd')) { 77 $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/inc/Action/ |
| H A D | Resendpwd.php | 12 * Class Resendpwd 18 class Resendpwd extends AbstractAclAction class 42 if ($this->resendpwd()) { 67 protected function resendpwd() function in dokuwiki\\Action\\Resendpwd 75 if (!actionOK('resendpwd')) { 158 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
|
| /dokuwiki/_test/tests/inc/ |
| H A D | template_tpl_get_action.php | 383 'type' => 'resendpwd', 387 'do' => 'resendpwd', 392 $this->assertEquals($expect, tpl_get_action('resendpwd')); 397 $this->assertEquals($expect, tpl_get_action('resendpwd'));
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _forms.css | 7 * - resendpwd
|
| /dokuwiki/_test/tests/Action/ |
| H A D | ActionTest.php | 27 array('Resendpwd', AUTH_NONE, array('exists' => true, 'ismanager' => false)),
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 162 'resendpwd',
|
| /dokuwiki/inc/ |
| H A D | confutils.php | 381 $disabled[] = 'resendpwd';
|
| H A D | auth.php | 1221 if (!actionOK('resendpwd')) { 1304 $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':
|