Add howto for dealing with discourse spam

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-07-17 13:19:08 +02:00 committed by zlopez
parent 026b1c9036
commit 63b6507148

18
discourse_spam.md Normal file
View file

@ -0,0 +1,18 @@
# How to deal with spam posts on discourse
When an ticket is raised for a spam user on the Fedora infra tracker take the
following actions.
## Disable user in IPA
### Frontend
* Login to the [ipa server](https://id.fedoraproject.org/ipa/ui) and search the users name.
* Click on the user.
* In the Actions dropdown menu click disable
### Command line
* ssh to ipa01.iad2.fedoraproject.org
* run `ipa user-disable <user>`