Bug WISE-122 fixed.

Display proper message for change password for account based on OpenId.
This commit is contained in:
Paulo Gustavo Veiga
2014-01-16 01:21:40 -03:00
parent 22c102917e
commit 023e4b8f9f
6 changed files with 14 additions and 1496 deletions

View File

@@ -78,7 +78,7 @@ public class UsersController {
result = new ModelAndView("forgotPasswordError");
}
catch (InvalidAuthSchemaException e) {
result = new ModelAndView("forgotPasswordError");
result = new ModelAndView("userForgotPasswordOpenId");
}
return result;
}