Skip to content

mantisbt-plugins/Captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha plugin for Mantisbt

Version 1.2.0 Copyright 2024 Cas Nuy

description

The Captcha plugin enables captcha and/or Anti_bot_question functionality during login. You can activate one or both methods.

Requirements

Mantis 2.x

Installation

Copy the Captcha directory into the plugins folder of your installation.
Copy the file "login_captcha_page.php" to the root of your mantis installation.
After copying to your webserver:

  • Start Mantis as administrator
  • Select manage
  • Select manage Plugins
  • Select Install behind Captcha 1.2.0
  • Click on the plugin name for further configuration (see below)

Configuration

  • Set lifetime of the Captcha image (default = 20)
  • Set length of the Captcha text (default = 5)
  • Switch on/off the Captcha image functionality (default ON)
  • Switch on/off the Anti-Bot-Question functionality (default ON)

License

Released under the GPL v3 license.

Credits

This plugin is based upon code from Simon Ugorji ( https://octagon.hashnode.dev/create-a-simple-image-captcha-using-php ) The logic for the Anti-Bot question came from https://g-liu.com/blog/2013/08/walkthrough-captcha-php/ I made it work as a mantisbt plugin.

Support

Please visit https://github.com/mantisbt-plugins/Captcha

Changes

Version 1.0.0 30-03-2024 Initial release
Version 1.1.0 02-04-2024 Making use iof the default available event (no changes required anymore to core-files)
Version 1.1.1 03-04-2024 Added focus on input field for entering captcha
Version 1.2.0 10-07-2024 Added option for additional Anti-Bot Question

Releases

No releases published

Packages

No packages published