Hi all,

I'm trying to build an internal website for my company. This website is intended for company's staffs only, so there will be no anonymous users.
my questions are:
1. anonymous users will only see a login page. How do i do this? should i use redirect? if so, where do i put the redirect (page.tpl, htaccess) ?
2. users are not allowed to register/create new account, admin will do this for them. How do i remove the create new account page?
3. Login page will have complete different look and feel than other page. (no header and footer). Should i code in page.tpl or is there a better solution?

Any suggestions or ideas will be highly appreciated.

Regards
reynaldi

Comments

mshepherd’s picture

  1. follow advice at http://drupal.org/node/122933 and set home page to user/login
  2. read the handbook page at http://drupal.org/getting-started/6/admin/user/settings
  3. read these theme snippets http://drupal.org/node/154113
mshepherd’s picture

for point 1, also remove 'access content' permissions for anonymous users