add checkbox to disable password validations

This commit is contained in:
bill-auger 2019-08-28 11:14:00 -04:00
parent 559a65d169
commit 1513934a57
No known key found for this signature in database
GPG key ID: 908710913E8C7778
5 changed files with 80 additions and 22 deletions

View file

@ -48,6 +48,8 @@ public:
void onActivate();
void setWriteRootPassword( bool show );
void setPasswordCheckboxVisible( bool visible );
void setValidatePasswordDefault( bool checked );
void setAutologinDefault( bool checked );
void setReusePasswordDefault( bool checked );