Home
last modified time | relevance | path

Searched refs:auth_pwgen (Results 1 – 5 of 5) sorted by path

/dokuwiki/inc/Action/
H A DResendpwd.php122 $pass = auth_pwgen($user);
/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/inc/
H A Dauth.php894 function auth_pwgen($foruser = '')
991 $pass = auth_pwgen($login); // automatically generate password
1242 $pass = auth_pwgen($user);
795 function auth_pwgen($foruser = '') { global() function
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php652 $pass = auth_pwgen($user);
813 $changes['pass'] = auth_pwgen($olduser);
1095 array_splice($raw, 1, 0, auth_pwgen()); // splice in a generated password
H A Dcli.php161 $pass = auth_pwgen($login);