Page 1 of 1

How to Disable Auto Log In ?

Posted: Wed Feb 22, 2006 5:35 pm
by jgao
Is there any way to disable or hide Auto Log In, from Options - General page? Auto login could cause problem.

Thanks,
Jian

Posted: Wed Feb 22, 2006 6:07 pm
by ScalixSupport
The options are configured in /etc/opt/scalix/webmail/swa.properties.

The option you're looking for is swa.system.hasAutoLogin.

Cheers

Dave



(edited by me to cover stupidity :-) )

Posted: Wed Feb 22, 2006 8:26 pm
by jlecomte
Dave meant swa.system.hasAutoLogin. Just replace:

swa.system.hasAutoLogin=true

by

swa.system.hasAutoLogin=false

and restart Tomcat. Et voila!

- Julien (Scalix) -