Limit survey submissions to two per IP address per day
This commit is contained in:
parent
10465a39f0
commit
187b86fe7d
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ settings:
|
|||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user: 2
|
||||
limit_user_interval: 172800
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue