--- a/src/eric7/WebBrowser/Passwords/PasswordManager.py Tue Apr 04 17:26:54 2023 +0200 +++ b/src/eric7/WebBrowser/Passwords/PasswordManager.py Wed Apr 05 11:58:22 2023 +0200 @@ -383,12 +383,12 @@ script = Scripts.completeFormData(postData) page.runJavaScript(script, WebBrowserPage.SafeJsWorld) - def masterPasswordChanged(self, oldPassword, newPassword): + def mainPasswordChanged(self, oldPassword, newPassword): """ - Public slot to handle the change of the master password. + Public slot to handle the change of the main password. - @param oldPassword current master password (string) - @param newPassword new master password (string) + @param oldPassword current main password (string) + @param newPassword new main password (string) """ if not self.__loaded: self.__load()