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)

By InHouse - December 21, 2009 - edited: December 21, 2009

Really enjoying the new look of v.2.01. Much more modern and my clients like the more "Spacious" feel (more whitespace). However, I'm running into an odd situation. Neither FireFox alone, nor my regular Username/Password storage tool Sxipper can remember a site using the new UI. Looks like the jQuery UI is interfering with it. This really slows down the workflow when I have to look up usernames and password for many sites each time I visit them.

Is there anything I can do which will return my previous functionality?

J.

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