Skip to content
Snippets Groups Projects
Commit a39e4b22 authored by Adrian Damian's avatar Adrian Damian
Browse files

Merge branch 'ac2' into s1657

parents 760ab4aa 469163fc
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ public class LoginServlet extends HttpServlet ...@@ -100,7 +100,7 @@ public class LoginServlet extends HttpServlet
try try
{ {
log.info(logInfo.start()); log.info(logInfo.start());
String userID = request.getParameter("userid"); String userID = request.getParameter("username");
String password = request.getParameter("password"); String password = request.getParameter("password");
if (StringUtil.hasText(userID)) 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