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.php63 $password = auth_pwgen($user);
H A Dcli.php161 $pass = auth_pwgen($login);
H A Dadmin.php654 $pass = auth_pwgen($user);
815 $changes['pass'] = auth_pwgen($olduser);
1097 … 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.php938 function auth_pwgen($foruser = '') function
1035 $pass = auth_pwgen($login); // automatically generate password
1286 $pass = auth_pwgen($user);
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php361 $password = auth_pwgen($user);