Class PasswordResetPageController


@Controller @RequestMapping("/login/pw") public class PasswordResetPageController extends AbstractPageController
Controller for the forgotten password pages. Supports requesting a password reset email as well as changing the password once you have got the token that was sent via email.