Skip to content
Snippets Groups Projects

Issue #3391850 by paul_leclerc, anybody: Drush command to disable restrict_ip

Files
4
@@ -6,7 +6,7 @@ restrict_ip.settings:
type: boolean
label: 'Enable module'
mail_address:
type: string
type: email
label: 'Contact mail address to show to blocked users'
dblog:
type: boolean
@@ -17,12 +17,26 @@ restrict_ip.settings:
bypass_action:
type: string
label: 'Action to perform for blocked users when bypassing by role is enabled'
constraints:
Choice:
- provide_link_login_page
- redirect_login_page
white_black_list:
type: integer
label: 'Whether to use a path whitelist, blacklist, or check all pages'
constraints:
Choice:
- 0
- 1
- 2
country_white_black_list:
type: integer
label: 'Whether to use a whitelist, blacklist, or neither for countries'
constraints:
Choice:
- 0
- 1
- 2
country_list:
type: string
label: 'A colon separated list of countries that should be white/black listed'
Loading