addMessageError(result, null, "forgottenPasswordForm", "emailOrLogin", getSpecificMessage(ScopeWebMessage.AUTH, "error_form_reset_password_customer_is_not_active", locale));
return displayForgottenPassword(request, modelMap);
}
// FLAG THE CREDENTIAL WITH A TOKEN
CustomerCredential customerCredential = webManagementService.flagCustomerCredentialWithToken(requestData, customer);
webManagementService.buildAndSaveCustomerForgottenPasswordMail(requestData, customer, customerCredential, forgottenPasswordForm);
return modelAndView;
}