Changes between Version 7 and Version 8 of LoginRequiredPlugin
- Timestamp:
- Jul 22, 2015, 12:30:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LoginRequiredPlugin
v7 v8 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 2 3 = Trac Login Required Plugin =3 = Trac Login Required Plugin 4 4 5 == Description ==5 == Description 6 6 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.7 This 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. 8 8 9 Please note that this software is currently in "beta" state and under active development! It has the potential toclash 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.9 Please 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. 10 10 11 see: http://code.google.com/p/tracloginrequiredplugin/ 11 === Similar or Identical Plugins 12 12 13 see: http://pypi.python.org/pypi/TracLoginRequiredPlugin/ 13 It turns out that some users of AccountManagerPlugin have solved the same issue; the following plugins offer similar or identical functionality: 14 * NoAnonymousPlugin 15 * PermRedirectPlugin 14 16 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 25 18 26 19 Existing bugs and feature requests for LoginRequiredPlugin are … … 30 23 [http://code.google.com/p/tracloginrequiredplugin/issues/entry new ticket]. 31 24 25 == Download 32 26 33 == Download == 34 35 Download and install from the Python Package Index: http://pypi.python.org/pypi/TracLoginRequiredPlugin/ 27 Download and install from the Python Package Index: pypi:TracLoginRequiredPlugin 36 28 37 29 `$> sudo easy_install TracLoginRequiredPlugin` 38 30 39 40 == Source == 31 == Source 41 32 42 33 You 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. 43 34 44 45 == Author/Contributors == 35 == Author/Contributors 46 36 47 37 '''Author:''' [wiki:riggs] [[BR]] 48 '''Maintainer:''' [ wiki:riggs] [[BR]]38 '''Maintainer:''' [[Maintainer]] [[BR]] 49 39 '''Contributors:'''