Page MenuHomePhabricator

MediaWiki:Loginprompt is no longer displayed on login page
Closed, ResolvedPublic

Description

Author: dan

Description:
In versions 1.21 and previous versions MediaWiki:Loginprompt could be used to add useful information to the login page and we were using this in all our wikis in Moodle.

Starting with version 1.22 -> 1.23 this message is no longer displayed in the new login page and we can not find a suitable replacement to add a message there.

You can see the existing use of this:
https://github.com/wikimedia/mediawiki-core/blob/REL1_21/includes/templates/Userlogin.php#L51


Version: 1.23.0
Severity: normal

Details

Reference
bz66574

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:25 AM
bzimport set Reference to bz66574.
bzimport added a subscriber: Unknown Object (MLST).

This changed in https://git.wikimedia.org/commitdiff/mediawiki%2Fcore.git/44840d15929d8ecfc1d7c31d6f7e86d873ac15a2 , see bug 46333 for reasons.

This ticket sounds more like a support question to me actually than a bug?
You might want to ask on https://www.mediawiki.org/wiki/Project:Support_desk

dan wrote:

I had seen that bug, but I don't see LoginPrompt mentioned in the release notes or any of documentation about removed messages:
https://www.mediawiki.org/wiki/Account_creation_user_experience/Strings

So assumed it was an unintentional loss of functionality.

I'm not asking for support, I can implement this functionality locally, but non of the available strings are now appropriate for a longer description on the login page.

Change 139399 had a related patch set uploaded by Talktodan:
Display MediaWiki:Loginprompt on the login page

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

Change 139399 merged by jenkins-bot:
Display MediaWiki:Loginprompt on the login page

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

This is a 1.23 regression that will need a backport.

Change 146022 had a related patch set uploaded by Legoktm:
Display MediaWiki:Loginprompt on the login page

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

Change 146022 merged by jenkins-bot:
Display MediaWiki:Loginprompt on the login page

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

Will be included in the next 1.23.x release.