Changes between Initial Version and Version 1 of PermRedirectPlugin


Ignore:
Timestamp:
Aug 27, 2007, 4:30:32 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

New hack PermRedirectPlugin, created by coderanger

Legend:

Unmodified
Added
Removed
Modified
  • PermRedirectPlugin

    v1 v1  
     1= Redirect users to the login screen on PermissionError. =
     2
     3== Description ==
     4
     5Similar to the AuthRequiredPlugin, but considerably more intelligent in that it will only redirect on a failure.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for PermRedirectPlugin are
     10[report:9?COMPONENT=PermRedirectPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=PermRedirectPlugin&owner=coderanger new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:permredirectplugin here].
     18
     19== Source ==
     20
     21You can check out PermRedirectPlugin from [http://trac-hacks.org/svn/permredirectplugin here] using Subversion, or [source:permredirectplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25To enable:
     26{{{
     27#!ini
     28[components]
     29permredirect.* = enabled
     30}}}
     31
     32== Recent Changes ==
     33
     34[[ChangeLog(permredirectplugin, 3)]]
     35
     36== Author/Contributors ==
     37
     38'''Author:''' [wiki:coderanger] [[BR]]
     39'''Contributors:'''