Changes between Version 1 and Version 2 of QuestionRegisterPlugin


Ignore:
Timestamp:
Feb 21, 2012, 2:41:55 PM (12 years ago)
Author:
boamaod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuestionRegisterPlugin

    v1 v2  
    77This hack adds a question to registration process that the user must answer before proceeding. You must have the AccountManagerPlugin installed to use te plugin.
    88
     9The objective of the plugin is to exclude standard robots from registering.
    910
    1011== Bugs/Feature Requests ==
     
    2425You can check out QuestionRegisterPlugin from [http://trac-hacks.org/svn/questionregisterplugin here] using Subversion, or [source:questionregisterplugin browse the source] with Trac.
    2526
    26 == Example ==
     27=== Install this plugin ===
    2728
    28 This is mainly to exclude standard robots from registering.
     29{{{
     30easy_install http://trac-hacks.org/svn/questionregisterplugin/anyrelease
     31}}}
     32
     33=== Setup plugin ===
     34
     35If needed, edit your conf/trac.ini file and enable the plugin:
     36
     37{{{
     38[components]
     39questionregister.* = enabled
     40}}}
     41
     42== About ==
     43
     44This plugin was developed for [http://estobuntu.itcollege.ee Estobuntu], a remix of Ubuntu for Estonia.
     45
     46It is loosely based on the work of RecaptchaRegisterPlugin, so it's GPL licensed as well.
    2947
    3048== Recent Changes ==