From bbd0692b5179f35a81c1bf928018b7d8132f46ab Mon Sep 17 00:00:00 2001 From: hikari-boulders Date: Fri, 2 Aug 2013 17:57:49 +0200 Subject: [PATCH] Update discussion.md - fixed typo - roles 'moderator' and 'administrator' are explained as bullet points. --- docs/internal/discussion.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/internal/discussion.md b/docs/internal/discussion.md index 12c139c62d..9885cfabf6 100644 --- a/docs/internal/discussion.md +++ b/docs/internal/discussion.md @@ -60,7 +60,10 @@ In the discussion service, notifications are handled asynchronously using a thir ## From the edx-platform django app, initialize roles and permissions -To fully test the discussion forum, you might want to act as a moderator or an administrator. Currently, moderators can manage everything in the forum, and administrator can manage everything plus assigning and revoking moderator status of other users. +To fully test the discussion forum, you might want to act as a moderator or an administrator. Currently, the roles are: + + * moderators can manage everything in the forum, and + * administrators can manage everything plus assigning and revoking moderator status of other users. First make sure that the database is up-to-date: