mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Disallow next if the root password is not reused or provided.
CAL-344 #close
This commit is contained in:
parent
8a6dcfbe2f
commit
22470ba4af
3 changed files with 20 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue