[[PageOutline(2-5,Contents,pullout)]] = Trac Login Required Plugin = == Description == Plugin for Trac which redirects all unauthenticated requests to the login page. This lets you easily disallow anonymous access, without the messy juggling of permissions from the anonymous to authenticated groups and without the confusing "permission denied" error page. Please note that this software is currently in "alpha" state and under active development! It has the potential to clash with other plugins; your testing feedback is appreciated! I use the AccountManagerPlugin with cookie-based web login; it or some similar cookie/web auth plugin is required for this plugin to function correctly - it won't work with HTTP auth. see: http://code.google.com/p/tracloginrequiredplugin/ see: http://pypi.python.org/pypi/TracLoginRequiredPlugin/ == Bugs/Feature Requests == Existing bugs and feature requests for LoginRequiredPlugin are [http://code.google.com/p/tracloginrequiredplugin/issues/list here]. If you have any issues, create a [http://code.google.com/p/tracloginrequiredplugin/issues/entry new ticket]. == Download == Download and install from the Python Package Index: http://pypi.python.org/pypi/TracLoginRequiredPlugin/ `$> sudo easy_install TracLoginRequiredPlugin` == Source == You can check out LoginRequiredPlugin from [http://code.google.com/p/tracloginrequiredplugin/source/checkout here] using [http://mercurial.selenic.com/ Mercurial], or [http://code.google.com/p/tracloginrequiredplugin/source/browse/ browse the source] at Google Code. == Recent Changes == [[ChangeLog(loginrequiredplugin, 3)]] == Similar or Identical Plugins == It turns out that many users of AccountManagerPlugin have needed to scratch the same itch; the following plugins offer similar or identical functionality to LoginRequiredPlugin: * NoAnonymousPlugin * AuthRequiredPlugin * PermRedirectPlugin == Author/Contributors == '''Author:''' [wiki:riggs] [[BR]] '''Maintainer:''' [wiki:riggs] [[BR]] '''Contributors:'''