Changes between Version 1 and Version 2 of LoginRequiredPlugin


Ignore:
Timestamp:
Dec 9, 2010, 4:42:33 PM (13 years ago)
Author:
David A. Riggs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoginRequiredPlugin

    v1 v2  
    55== Description ==
    66
    7 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.
     7Plugin 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! Does it work with HTTP auth? Beats me, I use the AccountManagerPlugin with cookie-based web login.
    1010
    1111see: http://code.google.com/p/tracloginrequiredplugin/
     12
     13see: http://pypi.python.org/pypi/TracLoginRequiredPlugin/
     14
    1215
    1316== Bugs/Feature Requests ==
    1417
    1518Existing bugs and feature requests for LoginRequiredPlugin are
    16 [report:9?COMPONENT=LoginRequiredPlugin here].
     19[http://code.google.com/p/tracloginrequiredplugin/issues/list here].
    1720
    1821If you have any issues, create a
    19 [http://trac-hacks.org/newticket?component=LoginRequiredPlugin&owner=riggs new ticket].
     22[http://code.google.com/p/tracloginrequiredplugin/issues/entry new ticket].
     23
    2024
    2125== Download ==
    2226
    23 Download the zipped source from [download:loginrequiredplugin here].
     27Download and install from the Python Package Index: http://pypi.python.org/pypi/TracLoginRequiredPlugin/
     28
     29`$> sudo easy_install TracLoginRequiredPlugin`
     30
    2431
    2532== Source ==
    2633
    27 You can check out LoginRequiredPlugin from [http://trac-hacks.org/svn/loginrequiredplugin here] using Subversion, or [source:loginrequiredplugin browse the source] with Trac.
    28 
    29 == Example ==
    30 
    31 ``sudo easy_install TracLoginRequiredPlugin``
     34You 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.
    3235
    3336
     
    3639[[ChangeLog(loginrequiredplugin, 3)]]
    3740
     41
    3842== Author/Contributors ==
    3943