chg: [settingProvider:cerebrate] Typo in `password_auth.enabled`'s name
parent
04bd67e082
commit
b91f4b5d01
|
@ -153,7 +153,7 @@ class CerebrateSettingsProvider extends BaseSettingsProvider
|
|||
'Providers' => [
|
||||
'PasswordAuth' => [
|
||||
'password_auth.enabled' => [
|
||||
'name' => 'Disable password authentication',
|
||||
'name' => 'Enable password authentication',
|
||||
'type' => 'boolean',
|
||||
'severity' => 'warning',
|
||||
'description' => __('Enable username/password authentication.'),
|
||||
|
|
Loading…
Reference in New Issue