Improve the not authorized error message

This commit is contained in:
Craig Andrews 2009-11-18 14:44:39 -05:00
parent 44c7813ac1
commit 3bff3b2b32
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class LoginAction extends Action
// success!
if (!common_set_user($user)) {
$this->serverError(_('Error setting user.'));
$this->serverError(_('Error setting user. You are probably not authorized.'));
return;
}