Changes between Version 7 and Version 8 of LoginRequiredPlugin


Ignore:
Timestamp:
Jul 22, 2015, 12:30:40 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • LoginRequiredPlugin

    v7 v8  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Trac Login Required Plugin =
     3= Trac Login Required Plugin
    44
    5 == Description ==
     5== 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.
     7This is a 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.
    88
    9 Please 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.
     9Please note that this software is currently in "beta" state. It may 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
    11 see: http://code.google.com/p/tracloginrequiredplugin/
     11=== Similar or Identical Plugins
    1212
    13 see: http://pypi.python.org/pypi/TracLoginRequiredPlugin/
     13It turns out that some users of AccountManagerPlugin have solved the same issue; the following plugins offer similar or identical functionality:
     14 * NoAnonymousPlugin
     15 * PermRedirectPlugin
    1416
    15 
    16 == Similar or Identical Plugins ==
    17 
    18 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:
    19 
    20   * NoAnonymousPlugin
    21   * PermRedirectPlugin
    22 
    23 
    24 == Bugs/Feature Requests ==
     17== Bugs/Feature Requests
    2518
    2619Existing bugs and feature requests for LoginRequiredPlugin are
     
    3023[http://code.google.com/p/tracloginrequiredplugin/issues/entry new ticket].
    3124
     25== Download
    3226
    33 == Download ==
    34 
    35 Download and install from the Python Package Index: http://pypi.python.org/pypi/TracLoginRequiredPlugin/
     27Download and install from the Python Package Index: pypi:TracLoginRequiredPlugin
    3628
    3729`$> sudo easy_install TracLoginRequiredPlugin`
    3830
    39 
    40 == Source ==
     31== Source
    4132
    4233You 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.
    4334
    44 
    45 == Author/Contributors ==
     35== Author/Contributors
    4636
    4737'''Author:''' [wiki:riggs] [[BR]]
    48 '''Maintainer:''' [wiki:riggs] [[BR]]
     38'''Maintainer:''' [[Maintainer]] [[BR]]
    4939'''Contributors:'''