Skip to content
Snippets Groups Projects
Commit d7d6f968 authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story s1731 ac2. Changed from 'userid' to 'username'.

parent 044153d8
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