Instead of just giving an error message on login if a session cookie
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 29 Nov 2003 18:34:08 +0000 (18:34 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 29 Nov 2003 18:34:08 +0000 (18:34 +0000)
commit9ead07fe9ca52e2b78900bd3f58241cb352fc031
tree21f4fba111b52f2fef964e7f97a9e3a7e93cfe74
parent52adc19872a16515de0ee6c83b8f939513e23dea
Instead of just giving an error message on login if a session cookie
is not detected, we now do a redirect. Some scripts and other tools go
straight to the login page, so they wouldn't have a cookie. If the
redirect cookie check fails, returns an appropriate message for new
accounts or for login.

Also, added two new messages to the language file, for cookie-check errors.
includes/SpecialUserlogin.php
languages/Language.php