mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Fix crash when auth system not available and master password reset attempted
This commit is contained in:
parent
73525ed182
commit
bcdedb4fcf
@ -46,7 +46,6 @@ QgsMasterPasswordResetDialog::QgsMasterPasswordResetDialog( QWidget *parent )
|
||||
{
|
||||
chkKeepBackup->hide();
|
||||
}
|
||||
}
|
||||
|
||||
QString warning = tr( "The authentication store will be re-encrypted using the new password." );
|
||||
if ( QgsApplication::authManager()->passwordHelperEnabled() )
|
||||
@ -56,6 +55,7 @@ QgsMasterPasswordResetDialog::QgsMasterPasswordResetDialog( QWidget *parent )
|
||||
|
||||
lblWarning->setText( warning );
|
||||
}
|
||||
}
|
||||
|
||||
QgsPasswordLineEdit *QgsMasterPasswordResetDialog::oldPasswordLineEdit()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user