You are viewing limited content. For full access, please sign in.

Question

Question

'Use Auto Login' checkbox Checked by Default in Web Access 9

asked on March 18, 2015

Previously in Web Access 8, the users is logging in using auto-login with Windows authentication, when they logout and need to log back in, the users simply click the Login button at the login screen to get back in. But in Web Access 9, after the user logs out, they need to check the 'Use Auto Login' checkbox then click the Login button in order to log back into Web Access. Is there a way to change this behaviour in Web Access 9 so that the users only have to click the Login button like it was in Web Access 8? Or maybe having this 'Use Auto Login' checkbox checked by default? I know it doesn't take much effort to tick a checkbox but still want to check whether this is possible.

 

Thanks in advance.

0 0

Answer

SELECTED ANSWER
replied on March 18, 2015 Show version history

You could try adding some custom javascript to the login page (C:\Program Files\Laserfiche\Web Access\Web Files\Login.aspx) to automatically click the auto-login checkbox at load time.

 

Something like this should work:

<script type="text/javascript">
                                              dojo.addOnLoad(function(){document.getElementById("UseAutoLogin").click();});

</script>

 

0 0
replied on March 18, 2015

That works! Thanks Ryan.

0 0
replied on September 26, 2016

Does this work for Web Access 10 as well?

0 0

Replies

replied on March 18, 2015 Show version history

Hi Wai,

 

Have you tried changing the way users log in through the Laserfiche Web Access configuration?

 

0 0
replied on March 18, 2015

Hi Chris,

 

Yes, Web Access 9 has already been configured to 'Auto-login using integrated Windows authentication', but the users still have to tick the 'Use Auto Login' checkbox in order to log back in.

 

Thanks

0 0
replied on March 18, 2015

Ah yes! I see what you mean now. If you close the window and re-open it, then it goes straight in.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.