Hi,
Is there a way to disable automatic user login (in other words, user logs in, exits site without logging out, and open site again, and is automatically logged in) and rather /prefill/ the username and password box with the values used to recognize the person logged in? Is this stored in a cookie or something?
Has anyone done this before?
Thanks in advance,
Kobus
It is related to the browser and settings, not drupal.
Hi,
Is there a way to disable automatic user login (in other words, user logs in, exits site without logging out, and open site again, and is automatically logged in) and rather /prefill/ the username and password box with the values used to recognize the person logged in? Is this stored in a cookie or something?
Has anyone done this before?
Thanks in advance,
Kobus
-- [ Drupal support list | http://lists.drupal.org/ ]
Correct me if I'm wrong, but while the auto-fill of the login screen is browser related, the remaining logged in default for Drupal I believe is related to the php session settings, which you can change in /sites/default/settings.php. You can't prevent people from locally storing their login info, but the logged-in session itself can be set to expire sooner, or upon closing the window, or both.
Laura
Laura Scott President laura@pingv.com
pingVision, LLC 4450 Arapahoe Ave, Suite 100 Boulder, CO 80303 www.pingv.com 303.415.2559
On Mar 23, 2006, at 5:11 AM, Kobus Myburgh wrote:
Hi,
Is there a way to disable automatic user login (in other words, user logs in, exits site without logging out, and open site again, and is automatically logged in) and rather /prefill/ the username and password box with the values used to recognize the person logged in? Is this stored in a cookie or something?
Has anyone done this before?
Thanks in advance,
Kobus
-- [ Drupal support list | http://lists.drupal.org/ ]