From f6c4abda55c83a53d32d5958cc9c81a602423c89 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 24 Jan 2011 18:04:59 +0100 Subject: Bug 621107: [SECURITY] Sanity checking lacks CSRF protection r=dkl a=LpSolit --- .../en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl | 3 ++- .../en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/Example/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl b/extensions/Example/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl index 8a825e57c..639752ed5 100644 --- a/extensions/Example/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl +++ b/extensions/Example/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl @@ -27,7 +27,8 @@ Edit this user. [% END %] [% ELSIF san_tag == "example_check_au_user_prompt" %] - Fix these users. + Fix these users. [% ELSIF san_tag == "example_repair_au_user_start" %] EXAMPLE PLUGIN - OK, would now make users Australian. [% ELSIF san_tag == "example_repair_au_user_end" %] diff --git a/extensions/Voting/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl b/extensions/Voting/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl index afb81d34c..bbf0350a1 100644 --- a/extensions/Voting/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl +++ b/extensions/Voting/template/en/default/hook/admin/sanitycheck/messages-statuses.html.tmpl @@ -19,7 +19,8 @@ #%] [% IF san_tag == "voting_cache_rebuild_fix" %] - Click here to + Click here to rebuild the vote cache [% ELSIF san_tag == "voting_cache_alert" %] -- cgit v1.2.3-24-g4f1b