Changes between Version 3 and Version 4 of LoginRequiredPlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LoginRequiredPlugin

    v3 v4  
    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! 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.
     9Please note that this software is currently in "beta" 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/