You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add content deletion request handling workflow to "Moderator Instructions"
Previously, the forum assets provided post templates for handling content deletion requests, but did not provide
instructions for handling the requests.
A comprehensive workflow is now provided in the "Moderator Instructions" asset topic, as well as templates for each post
specified by the workflow. These supersede the previous post templates and so those templates are removed.
-[Move topic to correct category](#move-topic-to-correct-category)
36
39
-[Close topic](#close-topic)
@@ -47,7 +50,7 @@ For an overview of the Discourse moderation system, see the "[**Discourse Modera
47
50
-[Make staff post](#make-staff-post)
48
51
-[Adjust user Trust Level](#adjust-user-trust-level)
49
52
-[Silence user](#silence-user)
50
-
-[Suspend an account](#suspend-an-account)
53
+
-[Suspend account](#suspend-account)
51
54
-[Change post ownership](#change-post-ownership)
52
55
-[Resources](#resources)
53
56
-[Feedback and discussion](#feedback-and-discussion)
@@ -207,7 +210,7 @@ This flag is created by **`@system`** when a user account creation is detected a
207
210
208
211
Please note that Arduino has a firm policy against deleting any accounts, so you must not use the <kbd>**Delete user...**</kbd> button Discourse presents. Instead, the following procedure is used to suspend the account:
209
212
210
-
1. Suspend the user account, [following these instructions](#suspend-an-account)
213
+
1. Suspend the user account, [following these instructions](#suspend-account)
211
214
1. Go back to [the flag review page](https://forum.arduino.cc/review).
212
215
1. Click the <kbd>**Approve User**</kbd> button.
213
216
**ⓘ** This is done to clear the flag in a manner compliant with [Arduino's user account policies](https://forum.arduino.cc/t/about-user-account-deletion-and-user-content-deletion/627095). It does not affect the suspension.
@@ -283,7 +286,7 @@ Instructions for dealing with specific common occurrences.
283
286
284
287
##### [Context](#context)
285
288
286
-
Although some forms of inappropriate behavior (e.g., malicious [spam](#delete-spam), hate speech) should always result in an immediate [account suspension](#suspend-an-account), there are other cases where the user can be encouraged to follow the forum rules and become a responsible member of the community. In these cases, the history of moderation actions against the user can provide important context for determining the appropriate action to take in response to the current violation.
289
+
Although some forms of inappropriate behavior (e.g., malicious [spam](#delete-spam), hate speech) should always result in an immediate [account suspension](#suspend-account), there are other cases where the user can be encouraged to follow the forum rules and become a responsible member of the community. In these cases, the history of moderation actions against the user can provide important context for determining the appropriate action to take in response to the current violation.
287
290
288
291
The [**"Investigate user" instructions**](#investigate-user) explain how to access this information.
289
292
@@ -297,7 +300,7 @@ The moderation system offers several tools to deal with inappropriate behavior,
297
300
-[**Staff Post**](#make-staff-post) - mark a moderator's reply regarding inappropriate behavior as an official proclamation.
298
301
-[**Trust Level**](#adjust-user-trust-level) - reduce the user's "Trust Level" to put automated limits on their forum use.
299
302
-[**Silence User**](#silence-user) - block the user from making new posts, flags, or PMs.
300
-
-[**Suspend User**](#suspend-an-account) - block the user from logging in.
303
+
-[**Suspend User**](#suspend-account) - block the user from logging in.
301
304
302
305
---
303
306
@@ -485,6 +488,64 @@ When a reopen request flag is received, it should be reviewed to determine wheth
In addition to assisting the immediate recipient, forum helpers hope the benefit of their contributions will be multiplied by serving as a reference for others with similar questions in years to come. For this reason, deletion of forum posts can have a harmful effect. Deletion of the initial post of a topic results in the deletion of the entire topic and the loss of the contributions from all participants. Even in other cases the deletion of a post may result in the loss of the context that gave meaning to replies. So deletion of posts should be avoided when possible in cases where deletion would cause harm.
496
+
497
+
Deletion requests are often an ["XY problem"](https://wikipedia.org/wiki/XY_problem). If the moderator can find a way to accomplish the user's root goal ("Y") other than their perceived solution of content deletion ("X"), then an outcome is achieved that is better for the forum community, and for the user (since harmful content deletion would result in a permanent suspension of their account).
The goal behind the request is to avoid the association of the content with the user's username.
518
+
519
+
###### Procedure for moderators
520
+
521
+
Do not take any further action. Leave further handling and review of the flag to the forum manager. The reason for this is the per-post anonymization procedure that will be used to accomplish the user's privacy goal is only possible with administrative privileges.
@@ -595,7 +656,7 @@ This shows the user's posts, which can be used to find unreported inappropriate
595
656
596
657
#### [IP Lookup](#ip-lookup)
597
658
598
-
This tool allows you to see all the accounts associated with the user's [IP address](https://en.wikipedia.org/wiki/IP_address), which can be used to determine whether the user has other accounts (e.g., circumventing a [suspension](#suspend-an-account), [sock puppets](https://en.wikipedia.org/wiki/Sock_puppet_account)).
659
+
This tool allows you to see all the accounts associated with the user's [IP address](https://en.wikipedia.org/wiki/IP_address), which can be used to determine whether the user has other accounts (e.g., circumventing a [suspension](#suspend-account), [sock puppets](https://en.wikipedia.org/wiki/Sock_puppet_account)).
599
660
600
661
1. Open the user's profile page.
601
662
**ⓘ** This can be accessed by clicking their user name, then the user name in the profile preview popup.
@@ -705,7 +766,7 @@ The "Silence" action is used in cases where the intent is to temporarily curtail
705
766
706
767
---
707
768
708
-
❗ In cases where the intent is to permanently exclude the user from the Arduino Forum, the account should instead be ["Suspended"](#suspend-an-account).
769
+
❗ In cases where the intent is to permanently exclude the user from the Arduino Forum, the account should instead be ["Suspended"](#suspend-account).
709
770
710
771
---
711
772
@@ -719,9 +780,10 @@ The "Silence" action is used in cases where the intent is to temporarily curtail
719
780
720
781
---
721
782
783
+
<aname="suspend-account"></a>
722
784
<aname="suspend-an-account"></a>
723
785
724
-
### [Suspend an account](#suspend-an-account)
786
+
### [Suspend account](#suspend-account)
725
787
726
788
The user is blocked from logging in to their account when it is suspended.
This is the [**Mermaid**](https://mermaid.js.org/) source file for the "**Content deletion handling overview**" workflow chart. Image is generated using [**mermaid-cli**](https://github.com/mermaid-js/mermaid-cli).
6
+
7
+
## `redirect-content-deletion-closure.mmd`
8
+
9
+
This is the [**Mermaid**](https://mermaid.js.org/) source file for the **Redirect content deletion > Closure** workflow chart. Image is generated using [**mermaid-cli**](https://github.com/mermaid-js/mermaid-cli).
10
+
11
+
## `redirect-content-deletion-privacy.mmd`
12
+
13
+
This is the [**Mermaid**](https://mermaid.js.org/) source file for the **Redirect content deletion > Privacy** workflow chart. Image is generated using [**mermaid-cli**](https://github.com/mermaid-js/mermaid-cli).
14
+
15
+
## `redirect-content-deletion-resolved.mmd`
16
+
17
+
This is the [**Mermaid**](https://mermaid.js.org/) source file for the **Redirect content deletion > Resolved** workflow chart. Image is generated using [**mermaid-cli**](https://github.com/mermaid-js/mermaid-cli).
18
+
19
+
## `redirect-content-deletion-tidy.mmd`
20
+
21
+
This is the [**Mermaid**](https://mermaid.js.org/) source file for the **Redirect content deletion > Tidy** workflow chart. Image is generated using [**mermaid-cli**](https://github.com/mermaid-js/mermaid-cli).
0 commit comments