2023-09-05 17:09:58 +02:00
|
|
|
= How to deal with spam posts on discourse
|
|
|
|
|
|
|
|
When a ticket is raised for spam user on the Fedora Infra tracker take the
|
|
|
|
following actions.
|
|
|
|
|
|
|
|
== Disable user in IPA
|
|
|
|
|
|
|
|
=== Frontend
|
|
|
|
|
|
|
|
. Login to the link:https://id.fedoraproject.org/ipa/ui[ipa server] and search the users name.
|
|
|
|
. Click on the user.
|
|
|
|
. In the Actions dropdown menu click disable
|
|
|
|
|
|
|
|
|
|
|
|
=== Command line
|
|
|
|
|
2025-07-04 11:55:02 +02:00
|
|
|
. ssh to `ipa01.rdu3.fedoraproject.org`
|
2023-09-05 17:09:58 +02:00
|
|
|
. run `ipa user-disable <user>`
|