PAN-54 Last corrections

This commit is contained in:
BrittanyBi
2019-05-02 11:57:52 -06:00
parent 1c69c8998c
commit 1380c55f20
6 changed files with 263 additions and 57 deletions
@@ -17,7 +17,7 @@ import org.springframework.web.servlet.ModelAndView;
@Slf4j
@Controller
@AllArgsConstructor
@RequestMapping("/createuser")
@RequestMapping("/registration")
public class UserCreationController {
@Autowired
private final UserService userService;
@@ -1,5 +0,0 @@
package edu.msudenver.tsp.website.controller;
public class ValidationExceptionHandler {
}
+1 -1
View File
@@ -22,7 +22,7 @@
Click on this <strong><a href="/theorem/">link</a></strong> to visit theorem entering page.
<h4 class="text-center"><a href="/login">Sign In</a></h4>
<h4 class="text-center"><a href="/createuser">New here? Register</a></h4>
<h4 class="text-center"><a href="/registration">New here? Register</a></h4>
</div>
</div>
</body>
@@ -7,5 +7,7 @@
Thank you for joining!
<br><b>Username: </b><%= request.getParameter("username")%>
<br><b>Email Address: </b><%= request.getParameter("emailAddress")%>
<br><a href="/index">Return Home</a>
</body>
</html>