mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
[users] Remove TODO since it doesn't make sense
- the two explicit checks are the ones that handle *two* strings as special cases; all the other checks from the password-requirements system only handle the one string.
This commit is contained in:
parent
93eb169ea5
commit
7d25173afb
1 changed files with 0 additions and 2 deletions
|
@ -400,7 +400,6 @@ UsersPage::onPasswordTextChanged( const QString& )
|
|||
QString pw2 = ui->textBoxUserVerifiedPassword->text();
|
||||
m_readyPassword = true;
|
||||
|
||||
// TODO: 3.3: remove empty-check and leave it to passwordRequirements
|
||||
if ( pw1.isEmpty() && pw2.isEmpty() )
|
||||
{
|
||||
ui->labelUserPasswordError->clear();
|
||||
|
@ -445,7 +444,6 @@ UsersPage::onRootPasswordTextChanged( const QString& )
|
|||
QString pw2 = ui->textBoxVerifiedRootPassword->text();
|
||||
m_readyRootPassword = true;
|
||||
|
||||
// TODO: 3.3: remove empty-check and leave it to passwordRequirements
|
||||
if ( pw1.isEmpty() && pw2.isEmpty() )
|
||||
{
|
||||
ui->labelRootPasswordError->clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue