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