Changes between Version 4 and Version 5 of HtmlOps
- Timestamp:
- Sep 15, 2009, 11:18:14 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HtmlOps
v4 v5 35 35 contains a function '''auth_ops()''' that defines 36 36 a project-specific policy for protecting the admin interface. 37 Possible 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 37 44 By default, no access is allowed; 38 45 you'll need to edit this function to specify your project's policy.