Skip to content

Commit f850cf9

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent fea0fd8 commit f850cf9

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
@@ -3889,6 +3889,25 @@ Supported formats:
38893889

38903890
Defaults to ``[]`` (empty array)
38913891

3892+
allowed_no_password_confirmation_ranges
3893+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3894+
3895+
3896+
::
3897+
3898+
'allowed_no_password_confirmation_ranges' => ['192.0.2.42/32', '233.252.0.0/24', '2001:db8::13:37/64'],
3899+
3900+
List of trusted IP ranges that can bypass password confirmation.
3901+
3902+
If non-empty, all endpoints marked with the PasswordConfirmationRequired attribute
3903+
won't need a password confirmation when originating from IPs within these ranges.
3904+
3905+
Supported formats:
3906+
- IPv4 addresses or ranges, e.g., ``192.0.2.42/32``, ``233.252.0.0/24``
3907+
- IPv6 addresses or ranges, e.g., ``2001:db8::13:37/64``
3908+
3909+
Defaults to ``[]`` (empty array)
3910+
38923911
max_filesize_animated_gifs_public_sharing
38933912
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
38943913

0 commit comments

Comments
 (0)