Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php328 $this->htmlUserForm('add', null, [], 4);
339 $this->htmlUserForm('modify', $this->edit_user, $this->edit_userdata, 4);
379 protected function htmlUserForm($cmd, $user = '', $userdata = [], $indent = 0) function in admin_plugin_usermanager