Home
last modified time | relevance | path

Searched refs:auth_pwgen (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/plugins/usermanager/
H A Dremote.php62 $password = auth_pwgen($user);
H A Dcli.php161 $pass = auth_pwgen($login);
H A Dadmin.php653 $pass = auth_pwgen($user);
814 $changes['pass'] = auth_pwgen($olduser);
1096 … array_splice($raw, 1, 0, auth_pwgen()); // splice in a generated password
/dokuwiki/inc/Action/
H A DResendpwd.php122 $pass = auth_pwgen($user);
/dokuwiki/inc/
H A Dauth.php920 function auth_pwgen($foruser = '') function
1017 $pass = auth_pwgen($login); // automatically generate password
1268 $pass = auth_pwgen($user);
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php360 $password = auth_pwgen($user);