mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-24 10:27:46 +02:00
fix code sniffer violations
This commit is contained in:
parent
e16b6ecc49
commit
3f8453118e
@ -51,10 +51,12 @@ class PasswordPolicyConfigForm extends Form
|
|||||||
'global_password_policy',
|
'global_password_policy',
|
||||||
array(
|
array(
|
||||||
'description' => $this->translate(
|
'description' => $this->translate(
|
||||||
'Enforce strong password requirements for new passwords'),
|
'Enforce strong password requirements for new passwords'
|
||||||
|
),
|
||||||
'label' => $this->translate('Password Policy'),
|
'label' => $this->translate('Password Policy'),
|
||||||
'multiOptions' => array_merge(
|
'multiOptions' => array_merge(
|
||||||
['' => sprintf(' - %s - ',
|
['' => sprintf(
|
||||||
|
' - %s - ',
|
||||||
$this->translate('No Password Policy')
|
$this->translate('No Password Policy')
|
||||||
)],
|
)],
|
||||||
$passwordPolicies
|
$passwordPolicies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user