phpbb/phpBB/includes/captcha/plugins
Andreas Fischer c2b29c317f [ticket/9612] Introduce new function gen_rand_string_friendly().
Introduce new function gen_rand_string_friendly() for user friendly random
strings like passwords and captcha codes. Strings generated by
gen_rand_string_friendly() will not contain the characters 0 and O.

By adding a new function we can increase the entropy of strings
generated by gen_rand_string() by putting 0 and O back in.

PHPBB3-9612
2010-05-17 09:44:48 +02:00
..
captcha_abstract.php [ticket/9612] Introduce new function gen_rand_string_friendly(). 2010-05-17 09:44:48 +02:00
phpbb_captcha_gd_plugin.php Move add_log() call for captcha "configure" page to the captcha plugin, because only the plugin is able to know if the config got updated or not. 2009-09-22 10:03:17 +00:00
phpbb_captcha_gd_wave_plugin.php class name 2009-08-10 09:46:38 +00:00
phpbb_captcha_nogd_plugin.php include vs include_once 2009-08-07 15:37:27 +00:00
phpbb_captcha_qa_plugin.php Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a column alias. 2010-02-08 16:43:39 +00:00
phpbb_recaptcha_plugin.php Load reCAPTCHA over https when using a secure connection to the board. #55755 2010-01-17 17:25:14 +00:00