Home
last modified time | relevance | path

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

/plugin/authsplit/
H A Dauth.php14 protected $autocreate_users; variable in auth_plugin_authsplit
63 $this->autocreate_users = $this->getConf('autocreate_users', null);
64 if ($this->autocreate_users === null) {
65 msg(sprintf($this->getLang('nocfg'), 'autocreate_users'), -1);
227 'authsplit:'.__FUNCTION__.'(): autocreate_users is set to '.
228 $this->autocreate_users.'.',
229 $this->autocreate_users == 1 ? 1 : -1,
234 if (!$this->autocreate_users)
H A DREADME74 autocreate_users configuration setting:
144 counts obtained there would not be of much use since, unless autocreate_users
184 * : Can be created if autocreate_users == 1
231 - autocreate_users: If enabled, authsplit will automatically create user
/plugin/authhttp/
H A DREADME78 plugin yet, so they'd have to register (unless authsplit's "autocreate_users"