Closed dkapell closed 9 years ago
Currently the login logic uses a LIKE query to find the user, so if one user's name is contained in another, they can not log in. (eg 'Admin' vs 'Administrator'). Checking the login name should be an exact match to the badge name.
Currently the login logic uses a LIKE query to find the user, so if one user's name is contained in another, they can not log in. (eg 'Admin' vs 'Administrator'). Checking the login name should be an exact match to the badge name.