Changes between Version 2 and Version 3 of LoginRequiredPlugin


Ignore:
Timestamp:
Jan 13, 2011, 4:49:58 AM (13 years ago)
Author:
David A. Riggs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoginRequiredPlugin

    v2 v3  
    77Plugin 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.
    88
    9 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! Does it work with HTTP auth? Beats me, I use the AccountManagerPlugin with cookie-based web login.
     9Please 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.
    1010
    1111see: http://code.google.com/p/tracloginrequiredplugin/
     
    4040
    4141
     42== Similar or Identical Plugins ==
     43
     44It turns out that many users of AccountManagerPlugin have needed to scratch the same itch; the following plugins offer similar or identical functionality to LoginRequiredPlugin:
     45
     46  * NoAnonymousPlugin
     47  * AuthRequiredPlugin
     48  * PermRedirectPlugin
     49
     50
    4251== Author/Contributors ==
    4352