17 #ifndef QGSAUTHMASTERPASSWORDRESETDIALOG_H 18 #define QGSAUTHMASTERPASSWORDRESETDIALOG_H 22 #include "ui_qgsauthmasterpassresetdialog.h" 42 bool requestMasterPasswordReset(
QString *newpass,
QString *oldpass,
bool *keepbackup );
45 void on_leMasterPassCurrent_textChanged(
const QString& pass );
46 void on_leMasterPassNew_textChanged(
const QString& pass );
48 void on_chkPassShowCurrent_stateChanged(
int state );
49 void on_chkPassShowNew_stateChanged(
int state );
52 void validatePasswords();
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...