Page MenuHomePhabricator

Display message on user registration form if database locked
Closed, ResolvedPublic

Description

There's no way to know if the database is locked when registering an account until the form is submitted. The form locked message should be displayed on that page, just like it is while editing a page if the database is locked.

(This is a little annoying when registering accounts on every Wikimedia wiki.)


Version: unspecified
Severity: minor
URL: http://rm.wiktionary.org/wiki/Special:Userlogin?type=signup

Details

Reference
bz11771

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:00 PM
bzimport set Reference to bz11771.
bzimport added a subscriber: Unknown Object (MLST).

Alternatively, the "create an account" page should be outright impossible to reach.

oysterguitarist wrote:

Patch

Made an attachement, shows readOnlyPage() on Special:Userlogin, it could probably be made to show it only when your creating an account.

Attached:

*** Bug 13774 has been marked as a duplicate of this bug. ***

Fixed in r35885 with a change to only show it on signup, not on login/logout.