Home
last modified time | relevance | path

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 DResendpwd.php6 * Class Resendpwd
10 class Resendpwd extends AbstractItem class
19 throw new \RuntimeException("no resendpwd when already logged in");
/dokuwiki/inc/Action/
H A DResendpwd.php12 * 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 DLogin.php7 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 DUserResendPwd.php39 echo $form->toHTML('ResendPwd');
59 $form->setHiddenField('do', 'resendpwd');
86 $form->setHiddenField('do', 'resendpwd');
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_forms.css7 * - resendpwd
/dokuwiki/inc/
H A Dconfutils.php381 $disabled[] = 'resendpwd';
H A Dauth.php1195 if (!actionOK('resendpwd')) {
1278 $url = wl('', ['do' => 'resendpwd', 'pwauth' => $token], true, '&');
H A Dhtml.php62 * @param bool $svg Whether to show svg icons in the register and resendpwd links or not
H A Dtemplate.php1026 case 'resendpwd':
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php162 'resendpwd',