diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-18 14:44:39 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-18 14:44:39 -0500 |
commit | 3bff3b2b327f7c8b811b85dda049cdd81fcc25d9 (patch) | |
tree | c49bafcd38123cb6e89098229591fb1da4cec21f /actions/login.php | |
parent | 44c7813ac1c8941f0cb7ebfc6e3ccc860f2c5c45 (diff) |
Improve the not authorized error message
Diffstat (limited to 'actions/login.php')
-rw-r--r-- | actions/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/login.php b/actions/login.php index ad57dd667..881df0099 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; } |