QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
QgsMasterPasswordResetDialog Class Reference

Dialog to verify current master password and initiate reset of authentication database with a new password. More...

#include <qgsauthmasterpassresetdialog.h>

Inheritance diagram for QgsMasterPasswordResetDialog:

Public Member Functions

 QgsMasterPasswordResetDialog (QWidget *parent=nullptr)
QgsPasswordLineEditoldPasswordLineEdit ()
 Returns the old password line edit widget.
bool requestMasterPasswordReset (QString *newpass, QString *oldpass, bool *keepbackup)

Detailed Description

Dialog to verify current master password and initiate reset of authentication database with a new password.

Note
not available in Python bindings

Definition at line 39 of file qgsauthmasterpassresetdialog.h.

Constructor & Destructor Documentation

◆ QgsMasterPasswordResetDialog()

QgsMasterPasswordResetDialog::QgsMasterPasswordResetDialog ( QWidget * parent = nullptr)
explicit

Definition at line 28 of file qgsauthmasterpassresetdialog.cpp.

Member Function Documentation

◆ oldPasswordLineEdit()

QgsPasswordLineEdit * QgsMasterPasswordResetDialog::oldPasswordLineEdit ( )

Returns the old password line edit widget.

Definition at line 60 of file qgsauthmasterpassresetdialog.cpp.

◆ requestMasterPasswordReset()

bool QgsMasterPasswordResetDialog::requestMasterPasswordReset ( QString * newpass,
QString * oldpass,
bool * keepbackup )

Definition at line 65 of file qgsauthmasterpassresetdialog.cpp.


The documentation for this class was generated from the following files: