David E. Ross wrote on 29/04/2015 23:43:
On 4/29/2015 2:06 PM, Paul B. Gallagher wrote:
Ray_Net wrote:
Menu - Tools -> Password Manager -> Manage Stored Passwords ... did not
go there - it just fall into Menu - Tools -> Data Manager
Password Manager is now part of Data Manager. You should have seen the
"Passwords only" button selected at the upper left, and you can stay
there and manage passwords, or make another choice and manage other data
types.
The Data Manager allows you to handle passwords only one domain at a
time. Get the Password Exporter extension at
<https://addons.mozilla.org/en-US/seamonkey/addon/password-exporter/>.
Exposing the content of the .xpi file with a ZIP-file application, edit
the install.rdf file to increase the allowed SeaMonkey version. Then
install the extension.
With the Password Exporter extension install, go to [Edit >
Preferences]. On the Preferences window, select [Privacy & Security >
Passwords]. On the Passwords pane, select the Import/Export Passwords
button. On the Import/Export Passwords window, select the View Saved
Passwords to get the old Password Manager window with all passwords
together in the same window. Although you got there via the View Saved
Passwords button, you are not restricted merely to view them; you can
also manage your passwords there.
See also bug #664574 at
<https://bugzilla.mozilla.org/show_bug.cgi?id=664574>.
Thanks for all answers, I prefer to have a very minimum SM extensions
installed.
In the past, I had, on my pc, a simple html page labelled
"ShowPasswords.html" with this javascript syntax:
-------------------------------------------------------------------------------
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
var loginmanager =
Components.classes["@mozilla.org/login-manager;1"].getService();
loginmanager =
loginmanager.QueryInterface(Components.interfaces.nsILoginManager);
// loads signons into table
var count = { value: 0 };
var logins = loginmanager.getAllLogins(count);
-----------------------------------------------
But This is not working anymore ...
Someone have a new version ?
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey