updated email templates
This commit is contained in:
parent
de503bd441
commit
467151abd0
14 changed files with 106 additions and 81 deletions
|
|
@ -19,7 +19,7 @@ import java.util.logging.Logger;
|
|||
public class LoginServlet extends ZalleryServlet {
|
||||
private static Logger logger = LogUtil.getLogger();
|
||||
|
||||
private static final String JSP_FILE = "register.jsp";
|
||||
private static final String JSP_FILE = "page_login.jsp";
|
||||
|
||||
|
||||
public void doGet(HttpServletRequest request, HttpServletResponse response, DBConnection db) throws ServletException, IOException {
|
||||
|
|
@ -44,5 +44,7 @@ public class LoginServlet extends ZalleryServlet {
|
|||
else {
|
||||
msgs.add(UserMessage.MessageType.ERROR, lang.getString("error.incorrect.user_or_pass"));
|
||||
}
|
||||
|
||||
doGet(request, response, db);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue