Re: Password Manager not filling in Cisco site credentials

2012-09-12 Thread Axel Grude


My featured extension QuickPasswords works always (even if you are not prompted) as 
long as you have an input box for user name / passwords. Just right-click the username 
or password field and select Retrieve a Password Then click the key with the 
green button = you can now select Insert User Id or Insert Password via the 
context menu.


With QuickPasswords, you can also copy passwords to the clipboard (without display on 
screen) and change a password that is used on multiple sites.


hth,
  Axel

--Original Message--
Subject: Password Manager not filling in Cisco site credentials
Date: Mon, 6 Aug 2012 12:57:48 -0700 (PDT)
From: Lou Davitian lsdavit...@gmail.com
To:
On 06/08/12 20:57, Lou Davitian wrote:

When I attempt to sign in to the Cisco.com site I'm not prompted for
the master password. If I've already entered the master password, I
still don't have the user name available as a drop down under the user
name field. It doesn't seem to be a case where the input tag has the
autocomplete attribute set to off, at least I can't see it in the page
source nor examining the fields with the DOM inspector. Using a clean
profile, I am prompted to save the credentials and they are visible in
the data manager. The specific url is 
https://sso.cisco.com/autho/forms/CDClogin.html
or just go to www.cisco.com and click on log in at the top of the
page. If anyone can give me a clue as to why this is happening, I'd
appreciate it.



___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-09 Thread Philip Chee
On Wed, 08 Aug 2012 19:49:07 -0700, David E. Ross wrote:

 File nsLoginManager.js is now embedded by zipping into omni.jar.  In any
 case, tweaking nsLoginManager.js (after unzipping omni.jar and then
 rezipping it) does not seem to work.

There are two versions of nsLoginManager.js in omni.ja:

components\nsLoginManager.js
jsloader\resource\gre\components\nsLoginManager.js

The second is a pre-compiled version of the first. SeaMonkey/Gecko will
preferentially load the second. The trick is to delete the gre version
so SeaMonkey can only find the first version which you've edited.

There's probably a way of using xpcshell.exe to recompile your changed
nsLoginManager.js but I've never bothered to find out the command line
syntax needed.

Phil

-- 
Philip Chee phi...@aleytys.pc.my, philip.c...@gmail.com
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-09 Thread lsdavitian
I deleted jsloader\resource\gre\components\nsLoginManager.js from Omni.ja and 
edited components\nsLoginManager.js to always return false for the auto 
complete off check but still no joy. 
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-08 Thread lsdavitian
 
 It is possible that the login page for the website has changed from what it 
 was 
 
 when you first logged in to that domain.  I use the password manager to look 
 up
 
 the password and re-enter it in the new page (after double checking that it is
 
 the intended page).

No, it happens with a clean profile. The first time I log in it asks if I want 
to save, I answer yes and the user id and password are visible in the data 
manager. The next time I go to log in I don't have the user id available as a 
drop down, even if I click in the text box first, and I'm not prompted to save 
again.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-08 Thread Rufus

lsdavit...@gmail.com wrote:


It is possible that the login page for the website has changed from what it 
was

when you first logged in to that domain.  I use the password manager to look up

the password and re-enter it in the new page (after double checking that it is

the intended page).


No, it happens with a clean profile. The first time I log in it asks if I want 
to save, I answer yes and the user id and password are visible in the data 
manager. The next time I go to log in I don't have the user id available as a 
drop down, even if I click in the text box first, and I'm not prompted to save 
again.



You may be running into this sort of issue; it could be the site 
preventing you -


http://www.onkarjoshi.com/blog/117/force-firefox-to-save-password-even-if-autocomplete-is-disabled/


I used this solution with SM once myself...it worked for me.

--
 - Rufus
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-08 Thread David E. Ross
On 8/8/12 7:00 PM, Rufus wrote:
 lsdavit...@gmail.com wrote:

 It is possible that the login page for the website has changed from what 
 it was

 when you first logged in to that domain.  I use the password manager to 
 look up

 the password and re-enter it in the new page (after double checking that it 
 is

 the intended page).

 No, it happens with a clean profile. The first time I log in it asks if I 
 want to save, I answer yes and the user id and password are visible in the 
 data manager. The next time I go to log in I don't have the user id 
 available as a drop down, even if I click in the text box first, and I'm not 
 prompted to save again.

 
 You may be running into this sort of issue; it could be the site 
 preventing you -
 
 http://www.onkarjoshi.com/blog/117/force-firefox-to-save-password-even-if-autocomplete-is-disabled/
 
 
 I used this solution with SM once myself...it worked for me.
 

File nsLoginManager.js is now embedded by zipping into omni.jar.  In any
case, tweaking nsLoginManager.js (after unzipping omni.jar and then
rezipping it) does not seem to work.

Instead, I use the Remember Passwords 1.0.2 extension from
https://addons.mozilla.org/en-US/seamonkey/addon/remember-passwords/.

See also bug #425145 at
https://bugzilla.mozilla.org/show_bug.cgi?id=425145.

-- 

David E. Ross
http://www.rossde.com/.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-08 Thread David E. Ross
On 8/8/12 7:49 PM, David E. Ross wrote:
 On 8/8/12 7:00 PM, Rufus wrote:
 lsdavit...@gmail.com wrote:

 It is possible that the login page for the website has changed from what 
 it was

 when you first logged in to that domain.  I use the password manager to 
 look up

 the password and re-enter it in the new page (after double checking that 
 it is

 the intended page).

 No, it happens with a clean profile. The first time I log in it asks if I 
 want to save, I answer yes and the user id and password are visible in the 
 data manager. The next time I go to log in I don't have the user id 
 available as a drop down, even if I click in the text box first, and I'm 
 not prompted to save again.


 You may be running into this sort of issue; it could be the site 
 preventing you -

 http://www.onkarjoshi.com/blog/117/force-firefox-to-save-password-even-if-autocomplete-is-disabled/


 I used this solution with SM once myself...it worked for me.

 
 File nsLoginManager.js is now embedded by zipping into omni.jar.  In any
 case, tweaking nsLoginManager.js (after unzipping omni.jar and then
 rezipping it) does not seem to work.
 
 Instead, I use the Remember Passwords 1.0.2 extension from
 https://addons.mozilla.org/en-US/seamonkey/addon/remember-passwords/.
 
 See also bug #425145 at
 https://bugzilla.mozilla.org/show_bug.cgi?id=425145.
 

Oops!  The name of the file changed from omni.jar to omni.ja early this
year, with SeaMonkey 2.7.

-- 

David E. Ross
http://www.rossde.com/.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-07 Thread Rick Merrill

David E. Ross wrote:

On 8/6/12 6:13 PM, Rufus wrote:

Lou Davitian wrote:

When I attempt to sign in to the Cisco.com site I'm not prompted for
the master password. If I've already entered the master password, I
still don't have the user name available as a drop down under the user
name field. It doesn't seem to be a case where the input tag has the
autocomplete attribute set to off, at least I can't see it in the page
source nor examining the fields with the DOM inspector. Using a clean
profile, I am prompted to save the credentials and they are visible in
the data manager. The specific url is 
https://sso.cisco.com/autho/forms/CDClogin.html
or just go to www.cisco.com and click on log in at the top of the
page. If anyone can give me a clue as to why this is happening, I'd
appreciate it.



I find that with some sites I have to actually click in the entry field
to get a drop-down, but I've always been prompted for my Master if I
haven't entered it previously.



Lately, I have had to reload some login pages to get Password Manager to
fill in the user ID and password.



It is possible that the login page for the website has changed from what it was 
when you first logged in to that domain.  I use the password manager to look up

the password and re-enter it in the new page (after double checking that it is
the intended page).

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Password Manager not filling in Cisco site credentials

2012-08-06 Thread Lou Davitian
When I attempt to sign in to the Cisco.com site I'm not prompted for
the master password. If I've already entered the master password, I
still don't have the user name available as a drop down under the user
name field. It doesn't seem to be a case where the input tag has the
autocomplete attribute set to off, at least I can't see it in the page
source nor examining the fields with the DOM inspector. Using a clean
profile, I am prompted to save the credentials and they are visible in
the data manager. The specific url is 
https://sso.cisco.com/autho/forms/CDClogin.html
or just go to www.cisco.com and click on log in at the top of the
page. If anyone can give me a clue as to why this is happening, I'd
appreciate it.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-06 Thread Rufus

Lou Davitian wrote:

When I attempt to sign in to the Cisco.com site I'm not prompted for
the master password. If I've already entered the master password, I
still don't have the user name available as a drop down under the user
name field. It doesn't seem to be a case where the input tag has the
autocomplete attribute set to off, at least I can't see it in the page
source nor examining the fields with the DOM inspector. Using a clean
profile, I am prompted to save the credentials and they are visible in
the data manager. The specific url is 
https://sso.cisco.com/autho/forms/CDClogin.html
or just go to www.cisco.com and click on log in at the top of the
page. If anyone can give me a clue as to why this is happening, I'd
appreciate it.



I find that with some sites I have to actually click in the entry field 
to get a drop-down, but I've always been prompted for my Master if I 
haven't entered it previously.


--
 - Rufus
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Password Manager not filling in Cisco site credentials

2012-08-06 Thread David E. Ross
On 8/6/12 6:13 PM, Rufus wrote:
 Lou Davitian wrote:
 When I attempt to sign in to the Cisco.com site I'm not prompted for
 the master password. If I've already entered the master password, I
 still don't have the user name available as a drop down under the user
 name field. It doesn't seem to be a case where the input tag has the
 autocomplete attribute set to off, at least I can't see it in the page
 source nor examining the fields with the DOM inspector. Using a clean
 profile, I am prompted to save the credentials and they are visible in
 the data manager. The specific url is 
 https://sso.cisco.com/autho/forms/CDClogin.html
 or just go to www.cisco.com and click on log in at the top of the
 page. If anyone can give me a clue as to why this is happening, I'd
 appreciate it.

 
 I find that with some sites I have to actually click in the entry field 
 to get a drop-down, but I've always been prompted for my Master if I 
 haven't entered it previously.
 

Lately, I have had to reload some login pages to get Password Manager to
fill in the user ID and password.

-- 

David E. Ross
http://www.rossde.com/.

Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation.
© 1997 by David E. Ross
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey