Fixed #422 cannot reset password

Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
Andrew DeMaria
2017-05-20 09:18:21 -06:00
parent 1ec32f28ca
commit 8cd9f3fb21
@@ -43,7 +43,7 @@ public class RecoverController {
@Autowired
private SecurityService securityService;
@RequestMapping(method = {RequestMethod.GET})
@RequestMapping(method = {RequestMethod.GET, RequestMethod.POST})
public ModelAndView recover(HttpServletRequest request, HttpServletResponse response) throws Exception {
Map<String, Object> map = new HashMap<String, Object>();