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.
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
to
You are deleting autocomplete="off"
Hope that hopes
Kenny
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.
Jan 2010 Update: Have since switched password managers to LastPass and the problem has vanished. Plus all my machines are kept in synch!
J.