Status: offline

videosir

Forum User
Newbie
Registered: 01/25/05
Posts: 1
Good Evening,

I am looking for an plugin, or clear hacks to do the following for my site:

I want to limit the registration of new users to only a specific domain as in address@domain.com only and deny/reject address@altdomain.com. Another option can be to require altdomain.com to be authorized by administrator level user.

As well I want to have it setup when the new user logons that they get a predefined set of preferences. For example: Events, Files, Forums, etc.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
In config.php:
Text Formatted Code
$_CONF['usersubmission']  = 0; // 1 = new users must be approved
(...)
// When user submission is activated, allow users from these domains to
// register without having to go through the submission queue.
$_CONF['allow_domains'] = ''; // e.g. 'mycompany.com,myothercompany.com'
 

bye, Dirk

VideoSir

Anonymous
What about customizing default preferences at new user creation..

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by VideoSir: What about customizing default preferences at new user creation..

You can change some of the default settings in config.php. Also, some of the plugins may let you set them (for that plugin).

bye, Dirk