[users] Sort the password checks before applying them

This commit is contained in:
Adriaan de Groot 2019-11-08 13:21:37 +01:00
parent dec0cfb7d3
commit e11c9a049f
3 changed files with 10 additions and 0 deletions

View file

@ -90,6 +90,7 @@ private:
Ui::Page_UserSetup* ui;
PasswordCheckList m_passwordChecks;
bool m_passwordChecksChanged = false;
bool m_readyFullName;
bool m_readyUsername;