Skip to content
Snippets Groups Projects
Commit b522169a authored by Brian Major's avatar Brian Major
Browse files
parents 1d4ae48f 469163fc
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ public class LoginServlet extends HttpServlet
try
{
log.info(logInfo.start());
String userID = request.getParameter("userid");
String userID = request.getParameter("username");
String password = request.getParameter("password");
if (StringUtil.hasText(userID))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment