--- a/Documentation/Source/eric5.Preferences.__init__.html Thu Jun 16 16:29:27 2011 +0200 +++ b/Documentation/Source/eric5.Preferences.__init__.html Sun Jun 19 15:19:46 2011 +0200 @@ -47,6 +47,9 @@ <h3>Functions</h3> <table> <tr> +<td><a href="#convertPasswords">convertPasswords</a></td> +<td>Module function to convert all passwords.</td> +</tr><tr> <td><a href="#exportPreferences">exportPreferences</a></td> <td>Module function to export the current preferences.</td> </tr><tr> @@ -355,6 +358,25 @@ <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="convertPasswords" ID="convertPasswords"></a> +<h2>convertPasswords</h2> +<b>convertPasswords</b>(<i>oldPassword, newPassword, prefClass=Prefs</i>) +<p> + Module function to convert all passwords. +</p><dl> +<dt><i>oldPassword</i></dt> +<dd> +current master password (string) +</dd><dt><i>newPassword</i></dt> +<dd> +new master password (string) +</dd><dt><i>prefClass</i></dt> +<dd> +preferences class used as the storage area +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="exportPreferences" ID="exportPreferences"></a> <h2>exportPreferences</h2> <b>exportPreferences</b>(<i>prefClass=Prefs</i>)