--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordManager.html Tue Apr 04 17:26:54 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordManager.html Wed Apr 05 11:58:22 2023 +0200 @@ -111,8 +111,8 @@ <td>Public method to get the login credentials.</td> </tr> <tr> -<td><a href="#PasswordManager.masterPasswordChanged">masterPasswordChanged</a></td> -<td>Public slot to handle the change of the master password.</td> +<td><a href="#PasswordManager.mainPasswordChanged">mainPasswordChanged</a></td> +<td>Public slot to handle the change of the main password.</td> </tr> <tr> <td><a href="#PasswordManager.reload">reload</a></td> @@ -318,22 +318,22 @@ tuple containing the user name (string) and password (string) </dd> </dl> -<a NAME="PasswordManager.masterPasswordChanged" ID="PasswordManager.masterPasswordChanged"></a> -<h4>PasswordManager.masterPasswordChanged</h4> -<b>masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) +<a NAME="PasswordManager.mainPasswordChanged" ID="PasswordManager.mainPasswordChanged"></a> +<h4>PasswordManager.mainPasswordChanged</h4> +<b>mainPasswordChanged</b>(<i>oldPassword, newPassword</i>) <p> - Public slot to handle the change of the master password. + Public slot to handle the change of the main password. </p> <dl> <dt><i>oldPassword</i></dt> <dd> -current master password (string) +current main password (string) </dd> <dt><i>newPassword</i></dt> <dd> -new master password (string) +new main password (string) </dd> </dl> <a NAME="PasswordManager.reload" ID="PasswordManager.reload"></a>