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
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.
Please register or to comment