From 8a4e8dde284f78d73cf8dee46e626941a07445af Mon Sep 17 00:00:00 2001 From: IanSkelskey Date: Mon, 24 Feb 2025 11:45:27 -0500 Subject: [PATCH] Improve clarity of reCAPTCHA key placeholder Updated the reCAPTCHA secret key placeholder to enhance clarity in documentation. - Changed 'YOUR_SECRET_KEY' to '' for better distinction in instructional text. Release-Note: Update reCAPTCHA documentation for clearer key placeholder indication Signed-off-by: IanSkelskey --- docs/modules/admin/pages/recaptcha.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/admin/pages/recaptcha.adoc b/docs/modules/admin/pages/recaptcha.adoc index 4b81ca7d95..27373504a6 100644 --- a/docs/modules/admin/pages/recaptcha.adoc +++ b/docs/modules/admin/pages/recaptcha.adoc @@ -85,7 +85,7 @@ INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES -- Insert reCAPTCHA secret key setting INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES -(1, 'recaptcha.secret_key', '"YOUR_SECRET_KEY"'); +(1, 'recaptcha.secret_key', '""'); -- Insert reCAPTCHA enabled setting INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES