allow extensions that use 'UserCreateForm' to add checkboxes into the signup form...
authorJack Phoenix <ashley@users.mediawiki.org>
Fri, 16 Jan 2009 23:04:13 +0000 (23:04 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Fri, 16 Jan 2009 23:04:13 +0000 (23:04 +0000)
commit4118bb2ba70d34cdde88e9c7fc0ead72e8bc65b3
tree5cbe0b17eb29fe03c33b2d7108a72ae54b4eb07d
parent312316088e689f2764614f0ceba265567c9e52d2
allow extensions that use 'UserCreateForm' to add checkboxes into the signup form to define messages containing HTML. this can be very useful and necessary; think of something like a checkbox "I have read the site's terms of use", it would obviously need to link to the terms of use page. using msgWiki() instead of msgHtml() here would probably be safer, but msgWiki() likes to mess things up by introducing <p> tags and this is meant for extensions, so it won't cause any more risks than the current existing system messages that allow HTML inclusion.
RELEASE-NOTES
includes/templates/Userlogin.php