diff --git a/README.txt b/README.txt index bf92b52e..fc59aca1 100644 --- a/README.txt +++ b/README.txt @@ -87,6 +87,14 @@ new UserClass("anonymous", "base", array( "create_image_report" => True, )); +For a moderator class, being a regular user who can delete images and +comments: + +new UserClass("moderator", "user", array( + "delete_image" => True, + "delete_comment" => True, +)); + For a list of permissions, see core/userclass.class.php