Changes between Version 4 and Version 5 of HtmlOps


Ignore:
Timestamp:
Sep 15, 2009, 11:18:14 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HtmlOps

    v4 v5  
    3535contains a function '''auth_ops()''' that defines
    3636a project-specific policy for protecting the admin interface.
     37Possible policies:
     38
     39 * No access (the default for new projects)
     40 * Access only if logged in as user from a given list.
     41 * Access only to users with ADMIN or DEV flag set in forum_preferences.privileges.
     42 * Any other policy you can think of.
     43
    3744By default, no access is allowed;
    3845you'll need to edit this function to specify your project's policy.