Lines Matching defs:mail
89 ['select-user', 'select-user-groups', 'update-user-info:mail']
155 * mail string email addres of the user
192 * @param string $mail
196 public function createUser($user, $clear, $name, $mail, $grps = null)
210 $userdata = ['user' => $user, 'clear' => $clear, 'hash' => $hash, 'name' => $name, 'mail' => $mail];
285 if (isset($changes['mail']) || isset($changes['name'])) {
287 if (isset($changes['mail'])) $params['mail'] = $changes['mail'];
372 foreach (['user', 'name', 'mail', 'group'] as $key) {
411 foreach (['user', 'name', 'mail', 'group'] as $key) {
496 if (!isset($data['mail'])) {
497 $this->debugMsg("Statement did not return 'mail' attribute", -1, __LINE__);