What I want to do is to make one "page" (URL) visible to any visitor, but without the possibility of registering as a user. It should be editable by a group of administrators. Is that possible? Is it simple? Is it obvious? How would you handle registration of the administrators?

Ulf

Comments

jweiss’s picture

After you install Drupal go to admin->settings->user and set the Public Registrations option to "Only site administrators can create new user accounts." In addition you may also want to go to admin -> blocks and turn off the login block. The group of administers can then just go to www.yourwebsite.com/user/ to login.

hth,
-jeremy

Anansi’s picture

Wonderfully simple! Just what I wanted to hear.

Ulf