Home
last modified time | relevance | path

Searched +full:passchk -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/inc/Ui/
H A DUserRegister.php50 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($base_attrs)->addClass('edit');
H A DUserResendPwd.php64 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attr('size', '50')->addClass('edit');
H A DUserProfile.php118 $input = $form->addPasswordInput('passchk', $lang['passchk'])->attrs($attr)->addClass('edit');
/dokuwiki/inc/Action/
H A DResendpwd.php111 if ($pass != $INPUT->str('passchk')) {
/dokuwiki/inc/
H A Dauth.php983 $passchk = $INPUT->post->str('passchk');
992 } elseif (empty($pass) || empty($passchk)) {
995 } elseif ($pass != $passchk) {
1062 if ($changes['pass'] != $INPUT->post->str('passchk')) {
1231 if ($pass != $INPUT->str('passchk')) {
/dokuwiki/
H A Dinstall.php222 <label for="confirm"><?php echo $lang['passchk'] ?></label>
345 $error[] = sprintf($lang['i_badval'], $lang['passchk']);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php425 $lang["passchk"],