| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.controller.account |
| Modifier and Type | Method and Description |
|---|---|
ResetPasswordForm |
BroadleafLoginController.initResetPasswordForm(javax.servlet.http.HttpServletRequest request)
Initializes the reset password by ensuring that the passed in token URL
parameter initializes the hidden form field.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BroadleafLoginController.processResetPassword(ResetPasswordForm resetPasswordForm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors)
Processes the reset password token and allows the user to change their password.
|
Copyright © 2013. All Rights Reserved.