mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Remove deprecated settings.
This commit is contained in:
@@ -39,11 +39,6 @@ class ConfigurationRequest extends Request
|
||||
'single_user_mode' => intval($this->get('single_user_mode')) === 1,
|
||||
'must_confirm_account' => intval($this->get('must_confirm_account')) === 1,
|
||||
'is_demo_site' => intval($this->get('is_demo_site')) === 1,
|
||||
'mail_for_lockout' => intval($this->get('mail_for_lockout')) === 1,
|
||||
'mail_for_blocked_domain' => intval($this->get('mail_for_blocked_domain')) === 1,
|
||||
'mail_for_blocked_email' => intval($this->get('mail_for_blocked_email')) === 1,
|
||||
'mail_for_bad_login' => intval($this->get('mail_for_bad_login')) === 1,
|
||||
'mail_for_blocked_login' => intval($this->get('mail_for_blocked_login')) === 1,
|
||||
];
|
||||
}
|
||||
|
||||
@@ -56,11 +51,6 @@ class ConfigurationRequest extends Request
|
||||
'single_user_mode' => 'between:0,1|numeric',
|
||||
'must_confirm_account' => 'between:0,1|numeric',
|
||||
'is_demo_site' => 'between:0,1|numeric',
|
||||
'mail_for_lockout' => 'between:0,1|numeric',
|
||||
'mail_for_blocked_domain' => 'between:0,1|numeric',
|
||||
'mail_for_blocked_email' => 'between:0,1|numeric',
|
||||
'mail_for_bad_login' => 'between:0,1|numeric',
|
||||
'mail_for_blocked_login' => 'between:0,1|numeric',
|
||||
];
|
||||
|
||||
return $rules;
|
||||
|
||||
Reference in New Issue
Block a user