Allow extensions to add a banner to UserLogin and CreateAccount special pages
authorFlorian <florian.schmidt.welzow@t-online.de>
Tue, 7 Jul 2015 16:51:27 +0000 (18:51 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Thu, 16 Jul 2015 15:28:00 +0000 (17:28 +0200)
commit184fbf381a6e25eef06c44402ed162dc45fae2a3
treedddb3ede5151975a59edfbf7cfc457982b3b07a3
parent00fb9b72ce57f0719f3d39c70c6b2e98a628a638
Allow extensions to add a banner to UserLogin and CreateAccount special pages

Some extensions, e.g. MobileFrontend, customize the UserLogin and UserCreate
special pages. This change adds the possibility to add some HTML after the warning
and/or error messages are printed to the output. This will be used in
MobileFrontend to get rid of the own userlogin template.

Bug: T87261
Change-Id: Ia81f7c52f08e8dcc73ac751432560c4077d4bd39
includes/templates/Usercreate.php
includes/templates/Userlogin.php