On 02/04/2015 11:39 AM, EE wrote:
> Ed Mullen wrote:
>> EE wrote on 2/3/2015 12:12 PM:
>>> Ed Mullen wrote:
>>>> Jonathan N. Little wrote on 2/2/2015 10:53 PM:
>>>>> Ed Mullen wrote:
>>>>>> Jonathan N. Little wrote on 2/2/2015 2:26 PM:
>>>>>
>>>>> <snip>
>>>>>
>>>>>> Saved Password Editor goes beyond the built-in SM Password Manager.
>>>>>> You
>>>>>> can edit passwords and log-ins. Not sure if it can be made compatible
>>>>>> with SM 2.3x or not. I've used it in the past and it has been very
>>>>>> useful. Frankly, it should be built into SM as standard.
>>>>>>
>>>>>
>>>>> What? Sure you can edit passwords in SM, just right-click and select
>>>>> edit! No extension needed.
>>>>>
>>>>
>>>> Hmm. Not for me. With password extension disabled a right-click gives
>>>> me a menu with:
>>>>
>>>> Remove
>>>> Copy Password
>>>> Select All
>>>>
>>> What I get is Copy Username, Copy Password, Remove, Remove All.
>>>
>>
>> Are you sure you have no extension installed that is providing that? In
>> safe mode all I get is the above menu choices.
>>
> To look at passwords, I use
> chrome://passwordmgr/content/passwordManager.xul
> That is the easiest way to isolate addresses with passwords.
>
Which is what Saved-Password-Manager uses:
openSavedPasswords: function () {
var spWin = Cc["@mozilla.org/appshell/window-mediator;1"].
getService(Ci.nsIWindowMediator).
getMostRecentWindow("Toolkit:PasswordManager");
if (spWin)
spWin.focus();
else
Cc["@mozilla.org/embedcomp/window-watcher;1"].
getService(Ci.nsIWindowWatcher).
openWindow(
null, "chrome://passwordmgr/content/passwordManager.xul", "",
In fact, if you open chrome://passwordmgr/content/passwordManager.xul
and then open Save Password Editor, you'll see that the interfaces
(including the 'Edit' section) are identical.
You can set a bookmark for
chrome://passwordmgr/content/passwordManager.xul like EE and save the
resources of using an add-on that does the same. One nice thing about
Saved Password Manager is that you can use it in mail/news/composer as
well by placing it on the standard toolbar. I suppose you can do that by
creating a button for chrome://passwordmgr/content/passwordManager.xul
and placing on the toolbar, but I do not know how to do that (yet).
Alternative is to put a button on Prefbar to do the same.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey