Bugfix: missing contextPath (#1434)

This commit is contained in:
Ludy
2024-06-12 21:36:18 +02:00
committed by GitHub
parent 5a50c54f29
commit 1e72960c5f
6 changed files with 29 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ public class UserController {
@PostMapping("/change-username")
public RedirectView changeUsername(
Principal principal,
@RequestParam(name = "currentPassword") String currentPassword,
@RequestParam(name = "currentPasswordChangeUsername") String currentPassword,
@RequestParam(name = "newUsername") String newUsername,
HttpServletRequest request,
HttpServletResponse response,