Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ For an overview of the Discourse moderation system, see the "[**Discourse Modera

<!-- toc -->

- [Policies](#policies)
- [Do not delete accounts](#do-not-delete-accounts)
- [Flags](#flags)
- [User-submitted flags](#user-submitted-flags)
- [Review flag](#review-flag)
Expand Down Expand Up @@ -59,6 +61,33 @@ For an overview of the Discourse moderation system, see the "[**Discourse Modera

---

<a name="policies"></a>

## [Policies](#policies)

Arduino Forum provides a powerful and flexible moderation interface. You may notice that there are other ways to accomplish a given moderation task than the procedures described in this document. In general, you are welcome to use the procedure that is most convenient to you. However, it is essential that all moderation actions are performed in compliance with our policies:

---

<a name="do-not-delete-accounts"></a>

### [Do not delete accounts](#do-not-delete-accounts)

The Arduino company has [a policy](https://forum.arduino.cc/t/about-user-account-deletion-and-user-content-deletion/627095/5) against deleting user accounts.

---

⚠ The "**Delete User**" options the Discourse moderator interface sometimes presents _**must not**_ be used.

---

[Account suspensions](#suspend-account) are used instead of deletion. Suspension accomplishes the same result of preventing an account from using the forum. In addition, suspension is technically superior in several ways:

- **Reversible:** In the event an error is discovered, suspensions can be easily reversed. Conversely, deletions are irreversible.
- **Records:** Moderators can see valuable information about a user account which may facilitate later moderation work. This information would be lost if the account account was deleted. For example, it is common for users to create a second account to circumvent disciplinary action. The information associated with the previous account allows identification of the second account.

---

<a name="flags"></a>

## [Flags](#flags)
Expand Down Expand Up @@ -815,7 +844,7 @@ Account suspensions are used when the intention is to permanently exclude the us

---

⚠ Arduino has [a policy](https://forum.arduino.cc/t/about-user-account-deletion-and-user-content-deletion/627095/5) against deleting accounts, so you must not use the **Delete User** options the Discourse moderator interface often presents. Account suspensions are used instead. Suspensions are reversible in the event an error was discovered, which allows the moderators more freedom to take swift action.
⚠ Arduino has [a policy](#do-not-delete-accounts) against deleting accounts, so you must always suspend instead of deleting accounts.

---

Expand Down
Loading