Changes between Version 13 and Version 14 of NoAnonymousPlugin


Ignore:
Timestamp:
Nov 26, 2015, 11:30:49 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • NoAnonymousPlugin

    v13 v14  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = No Anonymous Access
     3= Disallow anonymous access
    44
    55== Description
    66
    7 All anonymous user requests are redirected to the login page. You do not need to revoke all permissions manually. Great to use with the AccountManagerPlugin.
     7All anonymous user requests are redirected to the login page. There is no need to revoke all permissions manually. Can be used in combination with the AccountManagerPlugin.
    88
    9 By default static resources from plugins are allowed, i.e URLs `/chrome/something` are not blocked.
     9By default static resources from plugins are allowed, ie URLs such as `/chrome/something` are not blocked.
    1010
    1111If you want to block everything except `/chrome/common` (standard Trac styles) and `/chrome/site` (environment customizations), then add the following block to your `trac.ini` file:
     
    2323
    2424If you have any issues, create a
    25 [http://trac-hacks.org/newticket?component=NoAnonymousPlugin&owner=techtonik new ticket].
     25[/newticket?component=NoAnonymousPlugin new ticket].
    2626
    2727[[TicketQuery(component=NoAnonymousPlugin&group=type,format=progress)]]
     
    2929== Download
    3030
    31 Zipped plugin source can be downloaded from [download:noanonymousplugin here].
     31Download the zipped source from [export:noanonymousplugin here].
    3232
    33 Source can be checked out from [http://trac-hacks.org/svn/noanonymousplugin here] using Subversion, or [source:noanonymousplugin browse the source] with Trac.
     33== Source
     34
     35Check out the source code of NoAnonymousPlugin from [/svn/noanonymousplugin here] using Subversion, or [source:noanonymousplugin browse the source] with Trac.
    3436
    3537== Installation
    3638
    37 Unpack or checkout downloaded source into `plugins/` directory of your Trac project environment.
     39Unpack or checkout the downloaded source files into the `plugins/` directory of your Trac project environment.
    3840
    39 Enable the noanonymous plugin in `trac.ini`:
     41Enable the noanonymous plugin in your `trac.ini` file:
    4042{{{#!ini
    4143[components]