Disallow next if the root password is not reused or provided.

CAL-344 #close
This commit is contained in:
Teo Mrnjavac 2015-11-20 16:27:32 +01:00
parent 8a6dcfbe2f
commit 22470ba4af
3 changed files with 20 additions and 14 deletions

View file

@ -44,7 +44,7 @@ public:
void onActivate();
void setShowRootPassword( bool show );
void setWriteRootPassword( bool show );
void setAutologinDefault( bool checked );
void setReusePasswordDefault( bool checked );
@ -78,7 +78,7 @@ private:
bool m_readyPassword;
bool m_readyRootPassword;
bool m_showRootPassword;
bool m_writeRootPassword;
};
#endif // USERSPAGE_H