]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/config.php
First password than CAPTCHA is now being asked, training form extended
[shipsimu.git] / application / ship-simu / config.php
index 5c18fdc8afbff9048cb6ba94ecce75beaf104e45..363d86349aeeb85b4436360f7fdc614af6a61f91 100644 (file)
@@ -283,6 +283,9 @@ $cfg->setConfigEntry('shipsimu_refill_captcha', "GraphicalCodeCaptcha");
 // CFG: SHIPSIMU-GOVERMENT-STARTUP-CAPTCHA
 $cfg->setConfigEntry('shipsimu_goverment_startup_captcha', "GraphicalCodeCaptcha");
 
+// CFG: SHIPSIMU-GOVERMENT-TRAINING-CAPTCHA
+$cfg->setConfigEntry('shipsimu_goverment_training_captcha', "GraphicalCodeCaptcha");
+
 // CFG: CAPTCHA-STRING-LENGTH
 $cfg->setConfigEntry('captcha_string_length', 5);
 
@@ -310,6 +313,9 @@ $cfg->setConfigEntry('shipsimu_refill_captcha_secured', "Y");
 // CFG: SHIPSIMU-GOVERMENT-STARTUP-CAPTCHA-SECURED
 $cfg->setConfigEntry('shipsimu_goverment_startup_captcha_secured', "Y");
 
+// CFG: SHIPSIMU-GOVERMENT-TRAINING-CAPTCHA-SECURED
+$cfg->setConfigEntry('shipsimu_goverment_training_captcha_secured', "Y");
+
 // CFG: BLOCK-SHOWS-REGISTRATION
 $cfg->setConfigEntry('block_shows_registration', "Y");