From: Craig Andrews Date: Wed, 18 Nov 2009 19:44:39 +0000 (-0500) Subject: Improve the not authorized error message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3bff3b2b327f7c8b811b85dda049cdd81fcc25d9;p=quix0rs-gnu-social.git Improve the not authorized error message --- diff --git a/actions/login.php b/actions/login.php index ad57dd6678..881df0099a 100644 --- a/actions/login.php +++ b/actions/login.php @@ -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; }