aboutsummaryrefslogtreecommitdiff
path: root/tools/captcha-ng.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "sort -R" command not POSIX, added "shuf" and "cat" as fallbackballerburg90052021-08-121-1/+2
|
* Fix INTRUDER and add padding to second text lineBadlop2021-03-121-7/+7
| | | | https://github.com/processone/ejabberd/commit/b41ce8828c579f06a33ca93a7af4fd5984997e16#r47461104
* Add question/answer-based CAPTCHA script (#3533)Holger Weiß2021-02-221-0/+131
* New captcha.sh question/answer based * Keep original CAPTCHA script Rather than replacing the original CAPTCHA script, keep it next to the new one, for the moment. * CAPTCHA-ng script cleanup * remove various bashisms * replace all echos with printf + add quotations to many variables Co-authored-by: Adrien Bourmault <neox@os-k.eu> Co-authored-by: nico wellpott <nico@magicbroccoli.de>