|
|
@ -52,6 +52,12 @@ public:
|
|
|
|
void setAutologinDefault( bool checked );
|
|
|
|
void setAutologinDefault( bool checked );
|
|
|
|
void setReusePasswordDefault( bool checked );
|
|
|
|
void setReusePasswordDefault( bool checked );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief Process entries in the passwordRequirements config entry
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* Called once for each item in the config entry, which should
|
|
|
|
|
|
|
|
* be a key-value pair. What makes sense as a value depends on
|
|
|
|
|
|
|
|
* the key. Supported keys are documented in users.conf.
|
|
|
|
|
|
|
|
*/
|
|
|
|
void addPasswordCheck( const QString& key, const QVariant& value );
|
|
|
|
void addPasswordCheck( const QString& key, const QVariant& value );
|
|
|
|
|
|
|
|
|
|
|
|
protected slots:
|
|
|
|
protected slots:
|
|
|
|