17 #ifndef QGSAUTHMASTERPASSWORDRESETDIALOG_H    18 #define QGSAUTHMASTERPASSWORDRESETDIALOG_H    22 #include "ui_qgsauthmasterpassresetdialog.h"    45     bool requestMasterPasswordReset( QString *newpass, QString *oldpass, 
bool *keepbackup );
    48     void leMasterPassCurrent_textChanged( 
const QString &pass );
    49     void leMasterPassNew_textChanged( 
const QString &pass );
    52     void validatePasswords();
    54     bool mPassCurOk = 
false;
    55     bool mPassNewOk = 
false;
    56     QVBoxLayout *mAuthNotifyLayout = 
nullptr;
    57     QLabel *mAuthNotify = 
nullptr;
    60 #endif // QGSAUTHMASTERPASSWORDRESETDIALOG_H A bar for displaying non-blocking messages to the user. 
 
Dialog to verify current master password and initiate reset of authentication database with a new pas...