Add Themes: Dark, light and automatic mode
This commit is contained in:
committed by
Frédéric Guillot
parent
65a5f0f47d
commit
aade89c9ba
@@ -28,6 +28,7 @@ class UserValidator extends BaseValidator
|
||||
new Validators\Unique('username', t('This username is already taken'), $this->db->getConnection(), UserModel::TABLE, 'id'),
|
||||
new Validators\Email('email', t('Email address invalid')),
|
||||
new Validators\Integer('is_ldap_user', t('This value must be an integer')),
|
||||
new Validators\MaxLength('theme', t('The maximum length is %d characters', 50), 50),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user