In the form that is presented to the user who is registering, the title of the fieldset and the text beside the checkbox are not escaped. I discovered this by validating my registration page, and the only error was that an ampersand wasn't encoded. I had set the fieldset title to be "Terms & Conditions". To correct this, I have added the check_plain() function around these two outputs. Please review the attached patch. Thank you!

CommentFileSizeAuthor
check_plain.patch1.09 KBnadavoid

Comments

Chill35’s picture

Good find. Great fix.

I will commit this asap.

Chill35’s picture

Version: 6.x-1.8 » 6.x-1.9
Assigned: Unassigned » Chill35
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.