No Anonymous Access

Description

All anonymous user requests are redirected to the login page. You do not need to revoke all permissions manually. Great to use with the AccountManagerPlugin.

By default static resources from plugins are allowed, i.e URLs /chrome/something are not blocked. If you want to block everything except /chrome/common (standard Trac styles) and /chrome/site (environment customizations), add the following block to trac.ini

[noanonymous]
paranoid = true

See also PermRedirectPlugin for conditional user redirects.

Bugs/Feature Requests

Existing bugs and feature requests for NoAnonymousPlugin are here.

If you have any issues, create a new ticket.

Actual issues

Download

Zipped plugin source can be downloaded from here.

Source can be checked out from here using Subversion, or browsed with Trac.

Install

Unpack or checkout downloaded source into plugins/ directory of your Trac project environment.

Enable the noanonymous plugin in trac.ini

[components]
noanonymous.* = enabled

Open your Trac project site as anonymous and all you can access is the login page, regardless of anonymous user permissions.

Recent Changes

[10369] by techtonik on 06/23/11 17:44:20

#8868 - redirect to original page after login

[9696] by techtonik on 12/17/10 19:35:09

write comment fully

[9695] by techtonik on 12/17/10 19:05:51

relax filtering to allow static resources from third-party plugins added paranoid option for conservative behavior

[8146] by techtonik on 06/24/10 01:44:08

add /chrome/site and /chrome/common to exclusion filter for fetching static resources to avoid rendering login form in spartan mode. fixes: #1642 - no images/css #7200 - Don't redirect resources (like css) to the login page

Author/Contributors

Author: pedro, techtonik
Maintainer: techtonik
Contributors: