Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dauth.php882 * The $foruser variable might be used by plugins to run additional password
885 * @param string $foruser username for which the password is generated
894 function auth_pwgen($foruser = '')
898 'foruser' => $foruser
795 auth_pwgen($foruser = '') global() argument