Use nocookiesfornew on account creation if no cookies
authorBrian Wolff <bawolff+wn@gmail.com>
Fri, 4 Jan 2013 19:35:12 +0000 (15:35 -0400)
committerBrian Wolff <bawolff+wn@gmail.com>
Fri, 4 Jan 2013 19:35:12 +0000 (15:35 -0400)
commit2c6bd1ca77a3ed1020448260d50338c005715b55
treee2f694dea6235d5cccfc0e8b7ea3fa6b72a41859
parentb54bd30c64401961122536589cec3cba8ca90e35
Use nocookiesfornew on account creation if no cookies

follow-up I402c6bebcf.

Previously we used nocookiesfornew msg if the user tried to
make an account, and their cookies were missing. I402c6
changed this to session_failure, which was previously
used only for the cases where the token was tampered
with. I think the previous message was better as
it actually mentioned to the user that them not
having cookies could be the cause.

Also its removal may have been accidental as its
not mentioned in the commit msg of that change.
As well that change removed all uses of that
msg from core, but yet didn't delete it
from MessagesEn.php.

Change-Id: I421e294e4a3ddaa0eea90f2abf215af82ee6a00a
includes/specials/SpecialUserlogin.php