Skip to content

Commit 7f52b7f

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent cf3a8de commit 7f52b7f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4055,6 +4055,25 @@ Supported formats:
40554055

40564056
Defaults to ``[]`` (empty array)
40574057

4058+
allowed_no_password_confirmation_ranges
4059+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4060+
4061+
4062+
::
4063+
4064+
'allowed_no_password_confirmation_ranges' => ['192.0.2.42/32', '233.252.0.0/24', '2001:db8::13:37/64'],
4065+
4066+
List of trusted IP ranges that can bypass password confirmation.
4067+
4068+
If non-empty, all endpoints marked with the PasswordConfirmationRequired attribute
4069+
won't need a password confirmation when originating from IPs within these ranges.
4070+
4071+
Supported formats:
4072+
- IPv4 addresses or ranges, e.g., ``192.0.2.42/32``, ``233.252.0.0/24``
4073+
- IPv6 addresses or ranges, e.g., ``2001:db8::13:37/64``
4074+
4075+
Defaults to ``[]`` (empty array)
4076+
40584077
max_filesize_animated_gifs_public_sharing
40594078
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40604079

0 commit comments

Comments
 (0)