Hi.

I would like to make a site which accessible only to authenticated user.
The home page is a login window.
Automatic log out after 10 minutes of inactivity.

Thanks in advance.

Comments

vm’s picture

session lifetime can be set in settings.php for your site to control log in expiration.

investigate the front page.module and set a front page for anon users with the login, and authenticated users can be sent to drupal node

_michel_’s picture

Thanks for your help.

The module front_page seems to be the right solution.
I can redirect the anonymous user to a login window!

Fantastic.

Thanks again.

Michel.

nrambeck’s picture

I have succesfully used the Secure Site module in the past.
http://drupal.org/project/securesite

--
Nathan Rambeck
Rambeck Group

--
Nathan Rambeck

_michel_’s picture

Hi.

Thanks for your information about the Secure Site module.

Can you do the same thing by turning on/off some features in the Access
control (Administer/User Management) ?

Michel Sabatino.

vm’s picture

not really. you can remove anon access to the site through user control, but what happens with without the front page module you anon users will get a Drupal welcome screen.