disable freetext/custom/user-created tags

pull/150/head
Sascha Rommelfangen 2019-02-26 16:06:34 +01:00 committed by GitHub
parent 278826aee0
commit 5d55b82643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -184,6 +184,15 @@ sudo pip3 install -I .
```
## How to disable freetext/custom/user-created tags and only allow certain tags
Remove the "tag editor" from the permissions that you grant to users.
Set all tags that you do not want to "hidden".
There is a server setting to treat all incoming tags as hidden by default: `MISP.incoming_tags_disabled_by_default`
**Important** Make sure that you don't remove "tag editor" from sync users, or you'll be stripping tags from synchronized data.
<!--
Comment Place Holder
-->