Skip to content

Commit

Permalink
Remove option of old captcha implementation
Browse files Browse the repository at this point in the history
Additional commit to fix #16565
  • Loading branch information
atrol committed Nov 16, 2015
1 parent 91c38ea commit 8e35696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
11 changes: 2 additions & 9 deletions config_defaults_inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,19 +356,12 @@

/**
* absolute path (with trailing slash!) to folder which contains your
* TrueType-Font files used to create the captcha image and since 0.19.3 for
* the Relationship Graphs
* TrueType-Font files used for the Relationship Graphs,
* the Workflow Graphs and the MantisGraph plugin
* @global string $g_system_font_folder
*/
$g_system_font_folder = '';

/**
* font name used to create the captcha image. i.e. arial.ttf
* (the font file has to exist in the system_font_folder)
* @global string $g_font_per_captcha
*/
$g_font_per_captcha = 'arial.ttf';

/**
* Setting to disable the 'lost your password' feature.
* @global integer $g_lost_password_feature
Expand Down
1 change: 1 addition & 0 deletions core/obsolete.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,4 @@
config_obsolete( 'use_javascript' );
config_obsolete( 'recently_visited', 'recently_visited_count' );
config_obsolete( 'email_set_category' );
config_obsolete( 'font_per_captcha' );
7 changes: 0 additions & 7 deletions docbook/Admin_Guide/en-US/config/signup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@
</listitem>
</varlistentry>

<varlistentry>
<term>$g_font_per_captcha</term>
<listitem>
<para>TODO</para>
</listitem>
</varlistentry>

<varlistentry>
<term>$g_lost_password_feature</term>
<listitem>
Expand Down

0 comments on commit 8e35696

Please sign in to comment.