Commit 08ace4dcd5c71c4a2ede224010f10769ef4507ba
1 parent
84036ae5
Type: Cosmetic
Description: Changed the login error message to be more accurate/informative. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2865 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/login.php
| ... | ... | @@ -146,7 +146,7 @@ if ($loginAction == "loginForm") { |
| 146 | 146 | break; |
| 147 | 147 | // not a unit user |
| 148 | 148 | case 4 : |
| 149 | - $url = $url . "&errorMessage=" . urlencode(_("Not unit user- contact an Administrator")); | |
| 149 | + $url = $url . "&errorMessage=" . urlencode(_("This user does not belong to a group and is therefore not allowed to log in.")); | |
| 150 | 150 | break; |
| 151 | 151 | default : |
| 152 | 152 | $url = $url . "&errorMessage=" . urlencode(_("Login failure")); | ... | ... |