Home
last modified time | relevance | path

Searched defs:mail (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Remote/Response/
DUser.php15 public $mail; variable in dokuwiki\\Remote\\Response\\User
29 public function __construct($login = '', $name = '', $mail = '', $groups = [])
/dokuwiki/lib/plugins/usermanager/_test/
DAuthPlugin.php31 public function createUser($user, $pwd, $name, $mail, $grps = null) {
/dokuwiki/lib/plugins/usermanager/
Dremote.php36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false)
/dokuwiki/lib/plugins/authplain/
Dauth.php112 protected function createUserLine($user, $pass, $name, $mail, $grps)
142 public function createUser($user, $pwd, $name, $mail, $grps = null)
/dokuwiki/inc/Extension/
DAuthPlugin.php277 public function createUser($user, $pass, $name, $mail, $grps = null)
/dokuwiki/lib/plugins/authpdo/
Dauth.php199 public function createUser($user, $clear, $name, $mail, $grps = null)