Added comments on new privileges to config
This commit is contained in:
parent
427f305101
commit
0f112adb05
1 changed files with 9 additions and 0 deletions
|
@ -94,16 +94,25 @@ listPosts.safe=anonymous
|
|||
listPosts.sketchy=registered
|
||||
listPosts.unsafe=registered
|
||||
listPosts.hidden=moderator
|
||||
|
||||
;privilege to view post page, e.g. example.com/post/53
|
||||
viewPost=anonymous
|
||||
viewPost.safe=anonymous
|
||||
viewPost.sketchy=registered
|
||||
viewPost.unsafe=registered
|
||||
viewPost.hidden=moderator
|
||||
|
||||
;privilege to download post file, e.g. example.com/8ca21cb48aaf6ba5d361e6bebebc8cfe/retrieve
|
||||
;note that the hash cannot be guessed with basic url manipulation. giving
|
||||
;anonymous access in this case is reasonable - it allows privileged users to
|
||||
;share permalinks with unprivileged folks, also it allows to properly feature
|
||||
;posts otherwise unavailable to unregistered people.
|
||||
downloadPost=anonymous
|
||||
downloadPost.safe=anonymous
|
||||
downloadPost.sketchy=anonymous
|
||||
downloadPost.unsafe=anonymous
|
||||
downloadPost.hidden=moderator
|
||||
|
||||
retrievePost=anonymous
|
||||
favoritePost=registered
|
||||
|
||||
|
|
Loading…
Reference in a new issue