Skip to content

Commit

Permalink
Improve clarity of reCAPTCHA key placeholder
Browse files Browse the repository at this point in the history
Updated the reCAPTCHA secret key placeholder to enhance clarity in documentation.

- Changed 'YOUR_SECRET_KEY' to '<YOUR_SECRET_KEY>' for better distinction in instructional text.

Release-Note: Update reCAPTCHA documentation for clearer key placeholder indication

Signed-off-by: IanSkelskey <ianskelskey@gmail.com>
  • Loading branch information
IanSkelskey committed Feb 24, 2025
1 parent 4c62fa1 commit 8a4e8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/admin/pages/recaptcha.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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', '"<YOUR_SECRET_KEY>"');

-- Insert reCAPTCHA enabled setting
INSERT INTO actor.org_unit_setting (org_unit, name, value) VALUES
Expand Down

0 comments on commit 8a4e8dd

Please sign in to comment.