Remove `login-throttled` system message reuse
authorDouglas Gardner <douglas@chippy.ch>
Mon, 20 Jan 2014 05:55:06 +0000 (05:55 +0000)
committerDouglas Gardner <douglas@chippy.ch>
Mon, 20 Jan 2014 15:51:08 +0000 (15:51 +0000)
commit1d25d8bd60e765d9bf7b8eb43c792e3d1a19a2bf
tree070c6cbb217a6c452f7f90b9f171af81b191202b
parent17aa87d6512b50421a1e2fc3d6ef594b2bc17823
Remove `login-throttled` system message reuse

Replaced calls to the `login-throttled` system message to new, separate system
messages for [[Special:ChangeEmail]] and [[Special:ChangePassword]] in order to
minimise message reuse.

* [[Special:ChangeEmail]] now uses `changeemail-throttled` instead of
  `login-throttled`.
* [[Special:ChangePassword]] now uses `changepassword-throttled` instead of
  `login-throttled`.

Follow-up to I565971a90fc383327a51d717a80013cb7a3e9c9b.

Bug: 53655
Change-Id: Icc7ad829b381514627dca16cde62ccf0831967b6
includes/specials/SpecialChangeEmail.php
includes/specials/SpecialChangePassword.php
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc