Changes between Version 5 and Version 6 of LoginRequiredPlugin


Ignore:
Timestamp:
Jul 26, 2014, 12:53:21 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Move up similar/identical.

Legend:

Unmodified
Added
Removed
Modified
  • LoginRequiredPlugin

    v5 v6  
    1212
    1313see: http://pypi.python.org/pypi/TracLoginRequiredPlugin/
     14
     15
     16== Similar or Identical Plugins ==
     17
     18It 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  * AuthRequiredPlugin
     22  * PermRedirectPlugin
    1423
    1524
     
    3443You 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.
    3544
    36 == Similar or Identical Plugins ==
    37 
    38 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:
    39 
    40   * NoAnonymousPlugin
    41   * AuthRequiredPlugin
    42   * PermRedirectPlugin
    4345
    4446== Author/Contributors ==