Add howto for dealing with discourse spam
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
026b1c9036
commit
63b6507148
1 changed files with 18 additions and 0 deletions
18
discourse_spam.md
Normal file
18
discourse_spam.md
Normal 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>`
|
Loading…
Add table
Add a link
Reference in a new issue