From: Sam Reed Date: Sat, 14 Aug 2010 22:38:18 +0000 (+0000) Subject: Add signupstart to Userlogin.php per request of MZMcBride X-Git-Tag: 1.31.0-rc.0~35486 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=463f2535817ff2b576038963775a44050274ee0d;p=lhc%2Fweb%2Fwiklou.git Add signupstart to Userlogin.php per request of MZMcBride That, and we've got a loginstart/loginend, and then signupend, but no signupstart --- diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 7693223fee..914b3d1ac1 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -148,6 +148,8 @@ class UsercreateTemplate extends QuickTemplate {
+ +
msgWiki( 'signupstart' ); ?>
diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 674972af0b..a731cdd193 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1115,6 +1115,7 @@ Before any other e-mail is sent to the account, you will have to follow the inst To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$1 hours}}.', 'loginstart' => '', # do not translate or duplicate this message to other languages 'loginend' => '', # do not translate or duplicate this message to other languages +'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages 'mailerror' => 'Error sending mail: $1', 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period. diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index ee8cfedd48..9c89aa511d 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -449,6 +449,7 @@ $wgMessageStructure = array( 'throttled-mailpassword', 'loginstart', 'loginend', + 'signupstart', 'signupend', 'mailerror', 'acct_creation_throttle_hit',