This file is indexed.

/usr/share/doc/redmine-plugin-recaptcha/README.md is in redmine-plugin-recaptcha 0.1.0+git20121018-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# redmine_recaptcha

srstclair@gmail.com

Simple Redmine/ChiliProject plugin to add a reCAPTCHA to user self registration.

Relies on ambethia's recaptcha for rails plugin (http://github.com/ambethia/recaptcha/)

To install:

* make sure you have git installed!

* cd to your Redmine/ChiliProject directory

* install the plugin (use sudo if needed)

    * Redmine users

            ruby script/plugin install git://github.com/ambethia/recaptcha.git
            ruby script/plugin install git://github.com/srstclair/redmine_recaptcha.git 

    * Chiliproject users

            ruby script/plugin install git://github.com/srstclair/redmine_recaptcha.git 
            bundle install

* restart Redmine/ChiliProject

* sign in as an administrator

* go to Administration/Plugins/reCAPTCHA/Configure

* sign up for a recaptcha key at http://www.google.com/recaptcha (if you haven't already)

* enter your public and private recaptcha keys

* go to self registration page to see captcha!