Home
last modified time | relevance | path

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

/plugin/authhttp/
H A Dauth.php10 * - a possibly non-working email address is constructed with the "emaildomain"
35 protected $emaildomain;
70 foreach (array("usernameregex", "emaildomain", "specialusers", "specialgroup") as $cfgvar) {
120 $info['mail'] = $user."@".$this->emaildomain;
42 protected $emaildomain; global() variable in auth_plugin_authhttp
H A DREADME108 - emaildomain: The domain to append to login names to generate email addresses.