MarkAHershberger has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/97185


Change subject: Restore MediaWiki:Signupstart for account creation
......................................................................

Restore MediaWiki:Signupstart for account creation

This was removed during the redesign of the login process in
I489042c5, but it was reported that this message is used to display
legal notices previously.  We should keep this around or at the very
least provide advance notice for people.

Bug: 56455
Change-Id: I79423c1a05f0359c902d1940c3ffcd5e509dcf97
---
M includes/templates/Usercreate.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/85/97185/1

diff --git a/includes/templates/Usercreate.php 
b/includes/templates/Usercreate.php
index 4750af9..94aeffe 100644
--- a/includes/templates/Usercreate.php
+++ b/includes/templates/Usercreate.php
@@ -51,7 +51,8 @@
                <h2 class="createaccount-join">
                        <?php $this->msg( $this->data['loggedin'] ? 
'createacct-another-join' : 'createacct-join' ); ?>
                </h2>
-               <form name="userlogin2" id="userlogin2" class="mw-ui-vform" 
method="post" action="<?php $this->text( 'action' ); ?>">
+                       <div id="signupstart"><?php $this->msgWiki( 
'signupstart' ); ?></div>
+                       <form name="userlogin2" id="userlogin2" 
class="mw-ui-vform" method="post" action="<?php $this->text( 'action' ); ?>">
                        <section class="mw-form-header">
                                <?php $this->html( 'header' ); /* extensions 
such as ConfirmEdit add form HTML here */ ?>
                        </section>

-- 
To view, visit https://gerrit.wikimedia.org/r/97185
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I79423c1a05f0359c902d1940c3ffcd5e509dcf97
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: MarkAHershberger <mhershber...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to