Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29761
Modified Files:
README
Log Message:
Multi-user
Index: README
===================================================================
RCS file: /cvsroot/php-blog/serendipity/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- README 4 Apr 2004 15:10:24 -0000 1.6
+++ README 4 Apr 2004 16:26:54 -0000 1.7
@@ -373,6 +373,69 @@
feed URLs from your blog.
########################################################################
+# USER MANAGEMENT #
+########################################################################
+
+New users can be created by inserting them to the 'authors' table.
+
+The field 'userlevel' is a special field describing which actions a
+user may have:
+
+- Userlevel 0: Standard editor. Cannot apply many administrative tasks
+
+- Userlevel 1: Chief editor. Can apply some administrative tasks (like
+ title of the blog, ...
+
+- Userlevel 255: Admin. Can change everything.
+
+Userlevels are cumulative, thus a user with level '30' can do anything
+which users of a lower level can do. Currently only the levels mentioned
+above are used.
+
+Here is a short chart of what users can do:
+
+ACTION |editor|chief|admin
+-----------------------------------------------------|------|-----|-----
+Manage private plugins | - + +
+Manage global plugins | - - +
+Manage order of plugins | - + +
+Manage configuration of private plugins | - + +
+Manage configuration of all protected plugins | - - +
+Manage configuration of private protected plugins | + + +
+
+Manage all categories | - + +
+Manage public categories | + + +
+Manage private categories | + + +
+Manage global configuration | - - +
+
+Manage basic configuration | - + +
+Manage private configuration | + + +
+
+Manage templates | - + +
+
+Manage 'admin' users | - - +
+Manage 'chief' users | - + +
+Manage 'editor' users | - + +
+
+Manage private entries | + + +
+Manage others entries | - + +
+Manage comments/trackbacks to private entries | + + +
+Manage comments/trackbacks to others entries | - + +
+
+View/Link/Upload all pictures | + + +
+View/Link/Upload private pictures | + + +
+View/Link/Upload public pictures | + + +
+
+Edit all pictures | - + +
+Edit public pictures | + + +
+Edit private pictures | + + +
+------------------------------------------------------------------------
+
+It is advised that in shared setups only the webmaster has an admin-
+access. The users should be given a chief-login, and them theirselves
+can distribute user logins.
+
+########################################################################
Serendipity Weblog - http://s9y.org
|