Doc + typo (#2683)

This commit is contained in:
Christophe Maudoux 2022-01-12 22:19:54 +01:00
parent 3b235dd082
commit e26485a335
2 changed files with 10 additions and 4 deletions

View File

@ -39,7 +39,7 @@ You can then create rules with these fields:
.. tip::
By example, to add 3 to authentication level for users from 192.168.0.0/24 network:
By example, to add 3 to authentication level for users from 192.168.0.0/16 network:
- Rule: ``$env->{REMOTE_ADDR} =~ /^192\.168\./``
- Value: ``+3``

View File

@ -11,7 +11,13 @@ Just enable it in the manager (section “plugins”).
- **Parameters**:
- **Activation**: Enable / Disable this plugin
- **Do not check fingerprint**: Enable / Disable browser fingerprint checking
- **Activation**: Rule to enable/disable this plugin
- **Do not check fingerprint**: Enable/Disable browser fingerprint checking
- **Expiration time**: Persistent session connection and cookie timeout
- **Cookie name**: Persistent connection cookie name
- **Cookie name**: Persistent connection cookie name
.. tip::
By example, you can allow users from 192.168.0.0/16 private network to register a fingerprinting:
- Rule: ``$env->{REMOTE_ADDR} =~ /^192\.168\./``