[users] Use API to change weak-checkbox visibility

main
Adriaan de Groot 5 years ago
parent eb90757063
commit 21bcd560b1

@ -102,7 +102,8 @@ UsersPage::UsersPage( QWidget* parent )
setWriteRootPassword( true );
ui->checkBoxReusePassword->setChecked( true );
ui->checkBoxValidatePassword->setChecked( true );
ui->checkBoxValidatePassword->setVisible( false );
setPasswordCheckboxVisible( false );
// Don't expand the explanations to "stupid wide", but keep them vaguely as-wide-as
// the things they are explaining.

Loading…
Cancel
Save