commit | 1aa336d53b686c07291bda4f8e9dd8ac23614fc3 | [log] [tgz] |
---|---|---|
author | ash <ashleybaker@gmail.com> | Wed Apr 10 12:30:12 2013 +0100 |
committer | ash <ashleybaker@gmail.com> | Wed Apr 10 12:30:12 2013 +0100 |
tree | f437ff48067359a2228e09748a6fd12861616a69 | |
parent | 5eb1cbfa673bfa4b8a66ab8a56389a279c1f975b [diff] |
Add options in create_captcha() to specify the randomly generated captcha word length and character pool Uses the same defaults as were hard coded in (8 chars in length, 0-9a-aA-Z). Small change in this file means less code elsewhere when generating random character strings for the captcha word.