Searched refs:_addUser (Results 1 – 3 of 3) sorted by relevance
| /plugin/botbouncer/admin/ | ||
| D | clean.php | 99 case "add" : $this->_addUser(); break; |
| /plugin/groupmanager/ | ||
| D | syntax.php | 343 $this->_addUser(); |
| /plugin/authsqlite/ | ||
| D | auth.php | 250 protected function _addUser($user, $pwd, $name, $mail, $grps) { function in auth_plugin_authsqlite |