Project

General

Profile

« Previous | Next » 

Revision 49769

Added by Sofia Baltzi over 6 years ago

Add registerSuccess.jsp

View differences:

ActivationCodeServlet.java
42 42
            if (!verificationActions.verificationCodeHasExpired(formUsername)) {
43 43
                HttpSession session = request.getSession();
44 44
                session.setAttribute("username", formUsername);
45
                response.sendRedirect("./addPassword.jsp");
45
                response.sendRedirect("./registerSuccess.jsp");
46 46
            } else {
47 47
                logger.info("Verification code has expired!");
48 48
                response.sendRedirect("./expiredVerificationCode.jsp");

Also available in: Unified diff