Skip to content

Adds a recaptcha to Redmine's user self registration screen to combat spam

License

Notifications You must be signed in to change notification settings

egroeper/redmine_recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine_recaptcha

[email protected]

Fork of Shane StClairs Redmine/ChiliProject plugin to add a reCAPTCHA to user self registration.
This fork also adds a captcha when creating or modifying issues as anonymous.

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/egroeper/redmine_recaptcha.git
      
    • Chiliproject users

        ruby script/plugin install git://github.com/egroeper/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 or edit / create an issue as anonymous to see the captcha!

About

Adds a recaptcha to Redmine's user self registration screen to combat spam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages