PAN-54 Client-side mostly working. Still need email validator and to handle the errors thrown by UserCreationController. Next stage after that is to query the DB for existing usernames - once for the registering party and once for the referrer category.
This commit is contained in:
@@ -34,8 +34,6 @@ public class UserCreationController {
|
||||
model.addAttribute("referrer", userCreationForm.getReferrer());
|
||||
model.addAttribute("TnCAgreement", userCreationForm.isAgreedToTerms());
|
||||
|
||||
LOG.info("Saving user {}...", userCreationForm);
|
||||
|
||||
return "success";
|
||||
return "successfulRegistration";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user