diff options
author | Struan Donald <struan@exo.org.uk> | 2018-10-12 14:17:05 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-18 10:00:21 +0100 |
commit | 5c736b92c25be4beec7799d5f0d07691e44051da (patch) | |
tree | 3ed49386a1a04302aab26edc23e49dc1e8992891 /docs/customising/cobrand-module.md | |
parent | 08e335ce05c81db337f3f7623e1e3fe734546ce9 (diff) |
allow cobrands to restrict /contact to abuse reports
Add abuse_reports_only cobrand method that prevents the contact form
being used unless it's an abuse report.
Diffstat (limited to 'docs/customising/cobrand-module.md')
-rw-r--r-- | docs/customising/cobrand-module.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/customising/cobrand-module.md b/docs/customising/cobrand-module.md index fb771ab26..da9c9188f 100644 --- a/docs/customising/cobrand-module.md +++ b/docs/customising/cobrand-module.md @@ -101,5 +101,10 @@ name. <a href="{{ "/glossary/#state" | relative_url }}" class="glossary__link">state</a> of the report. Return 0 to disable this feature so that surveys are never sent. - + +* abuse_reports_only + + Limit the contact page to only accepting abuse reports for comments + and updates. This can be useful if you have another contact form and + want to prevent people using this. |