v.2.01 - Browser Not Remembering Usernames in New UI

3 posts by 2 authors in: Forums > CMS Builder
Last Post: December 21, 2009   (RSS)

Re: [InHouse] v.2.01 - Browser Not Remembering Usernames in New UI

By Kenny - December 21, 2009

In the file lib > menus > login.php

Change

<form method="post" action="<?php echo $_SERVER['SCRIPT_NAME'] ?>" autocomplete="off">

to

<form method="post" action="<?php echo $_SERVER['SCRIPT_NAME'] ?>">


You are deleting autocomplete="off"

Hope that hopes


Kenny

Re: [sagentic] v.2.01 - Browser Not Remembering Usernames in New UI

By InHouse - December 21, 2009 - edited: January 15, 2010

Thanks Sangentic! That fixed the native Firefox behaviour. Sxipper doesn't seem to care, but at least that will save me a lot of page flipping - not to mention keeping my clients happy.

Jan 2010 Update: Have since switched password managers to LastPass and the problem has vanished. Plus all my machines are kept in synch!

J.