Apply fixes from StyleCI (#12124)

This commit is contained in:
Jellyfrog
2020-09-21 15:59:34 +02:00
committed by GitHub
parent 0d56bbd946
commit 29f45ca352
816 changed files with 5038 additions and 5038 deletions

View File

@@ -376,14 +376,14 @@ return [
],
'auth_ldap_wildcard_ou' => [
'description' => 'Wildcard user OU',
'help' => "Search for user matching user name independently of OU set in user suffix. Useful if your users are in different OU. Bind username, if set, still user suffix",
'help' => 'Search for user matching user name independently of OU set in user suffix. Useful if your users are in different OU. Bind username, if set, still user suffix',
],
'auth_ldap_version' => [
'description' => 'LDAP version',
'help' => 'LDAP version to use to talk to the server. Usually this should be v3',
'options' => [
"2" => "2",
"3" => "3",
'2' => '2',
'3' => '3',
],
],
'auth_mechanism' => [
@@ -1352,7 +1352,7 @@ return [
],
'twofactor' => [
'description' => 'Enable Two-Factor Auth',
'help' => "Enables the built in Two-Factor authentication. You must set up each account to make it active.",
'help' => 'Enables the built in Two-Factor authentication. You must set up each account to make it active.',
],
'units' => [
'days' => 'days',