]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/recaptcha/recaptcha-docs.factor
furance.recaptcha: update to reCAPTCHA2
[factor.git] / basis / furnace / recaptcha / recaptcha-docs.factor
index 3d239799627fa90fd63221dc4090dfab9c66fdfb..2a4be14e1fa19682e9cbdf143b6d9a1c9389ced6 100644 (file)
@@ -36,7 +36,7 @@ $nl
 ARTICLE: "furnace.recaptcha" "Recaptcha support for Furnace"
 "The " { $vocab-link "furnace.recaptcha" } " vocabulary implements support for the recaptcha. Recaptcha is a web service that provides the user with a captcha, a test that is easy to solve by visual inspection, but hard to solve by writing a computer program. Use a captcha to protect forms from abusive users." $nl
 
-"The recaptcha responder is a " { $link filter-responder } " that wraps another responder. Set the " { $slot "domain" } ", " { $slot "public-key" } ", and " { $slot "private-key" } " slots of this responder to your recaptcha account information." $nl
+"The recaptcha responder is a " { $link filter-responder } " that wraps another responder. Set the " { $slot "domain" } ", " { $slot "site-key" } ", and " { $slot "secret-key" } " slots of this responder to your recaptcha account information." $nl
 
 "Wrapping a responder with recaptcha support:"
 { $subsections <recaptcha> }