PAN-54 Last corrections
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user