OpenGuides / Wiki-Toolkit

http://www.wiki-toolkit.org/
2 stars 3 forks source link

authentication support #3

Open jmdh opened 7 years ago

jmdh commented 7 years ago

[from http://www.wiki-toolkit.org/ticket/22 by bob]

Currently Wiki::Toolkit derived wikis are completely open. This is fine apart from the spam problem. As I see it we have 5 levels of user:-

anonymous
not anonymous
registered user
trusted registered user
admin user 

an wiki admin could decide what levels of access people could have. e.g.

anonymous - viewing rights
not anonymous - view rights and spam checked and moderated edit
registered user - moderated edit
trusted user - unmoderated edit
admin user - edit, abitily to moderate, deletion. 

authentication should be pluggable. i.e.: http basic auth, openid, in house userdb and ldap. Depending on what people want. all of them should be able to co exist.