Browser (Firefox) does not save username and passwords

Hi all,

I’m about to migrate an old RT 3.6.3 setup to a new v3.8.8 machine.
On the new installation, login data (user and password) are not stored
by the browser. On my old 3.6.3 version this works and I also want this
behaviour in the new version.
I already change the code (Elements/Login) and removed the
autocomplete=“off” parameter, but browser behaviour does not change.

Any ideas?

Thanks and best regards,
David

I already change the code (Elements/Login) and removed the
autocomplete=“off” parameter, but browser behaviour does not change.

Any ideas?

did you cleaned-up the mason cache?

rm -rf …/rt/var/mason_data/obj
then restart your web server.

I would have expected that to work, it’s what I did and FF now remembers passwords. I actually commented out the original code and entered it ahain but it’s the same as what you said you did. Looks like this:

<&|/l&>Password:

The only other thing that comes to mind is that my instance of RT has been restarted since making the change. I’m afraid I don’t remember if that was relevant however…

hth

Paul O’Rorke

paul@paulororke.net
Home .: +1 (250) 483 1456
Mobile.: +1 (250) 709 7740

Hi,

I’m running rt in dev mode (Set($DevelMode, ‘1’):wink: for setting it up, so cache is not used anyway…-----Ursprüngliche Nachricht-----
Von: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] Im Auftrag von Emmanuel Lacour
Gesendet: Mittwoch, 5. Januar 2011 15:05
An: rt-users@lists.bestpractical.com
Betreff: Re: [rt-users] Browser (Firefox) does not save username and passwords

On Wed, Jan 05, 2011 at 02:17:49PM +0100, Obando, David DE - EV wrote:

I already change the code (Elements/Login) and removed the
autocomplete=“off” parameter, but browser behaviour does not change.

Any ideas?

did you cleaned-up the mason cache?

rm -rf …/rt/var/mason_data/obj
then restart your web server.