Changes between Initial Version and Version 1 of LoginRequiredPlugin


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

New hack LoginRequiredPlugin, created by riggs

Legend:

Unmodified
Added
Removed
Modified
  • LoginRequiredPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Trac Login Required Plugin =
     4
     5== Description ==
     6
     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.
     8
     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.
     10
     11see: http://code.google.com/p/tracloginrequiredplugin/
     12
     13== Bugs/Feature Requests ==
     14
     15Existing bugs and feature requests for LoginRequiredPlugin are
     16[report:9?COMPONENT=LoginRequiredPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=LoginRequiredPlugin&owner=riggs new ticket].
     20
     21== Download ==
     22
     23Download the zipped source from [download:loginrequiredplugin here].
     24
     25== Source ==
     26
     27You 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``
     32
     33
     34== Recent Changes ==
     35
     36[[ChangeLog(loginrequiredplugin, 3)]]
     37
     38== Author/Contributors ==
     39
     40'''Author:''' [wiki:riggs] [[BR]]
     41'''Maintainer:''' [wiki:riggs] [[BR]]
     42'''Contributors:'''