Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dauth_deleteprofile.test.php23 $conf['profileconfirm'] = false;
48 $conf['profileconfirm'] = true;
79 $conf['profileconfirm'] = false;
103 $conf['profileconfirm'] = false;
131 $conf['profileconfirm'] = true;
/dokuwiki/inc/Ui/
H A DUserProfile.php60 if (!$conf['profileconfirm']) return;
/dokuwiki/conf/
H A Ddokuwiki.php62 $conf['profileconfirm'] = 1; //Require current password to confirm changes to user prof…
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php151 $meta['profileconfirm'] = ['onoff'];
/dokuwiki/inc/
H A Dauth.php1125 if ($conf['profileconfirm']) {
1181 if ($conf['profileconfirm']) {