By _michel_ on
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.
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
=-=
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
module front_page seems to be the right solution
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.
Secure Site module
I have succesfully used the Secure Site module in the past.
http://drupal.org/project/securesite
--
Nathan Rambeck
Rambeck Group
--
Nathan Rambeck
Alternatives to Secure Site??
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.
=-=
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.