Package org.sete.service.admin

Examples of org.sete.service.admin.SeteUserProfileService.resetPassword()


        doAuthorization(request);

    ResetPasswordForm rpForm = (ResetPasswordForm)form;
    SeteUserProfileService service = getService(SeteUserProfileService.class);
    service.resetPassword(getAuthenticatedUser(request), rpForm.getNewPasswordConfirm());

        createSuccessMessage(request);

        return mapping.findForward(WebConstants.FORWARD_VIEW);
  }
View Full Code Here


        doAuthorization(request);

    ResetPasswordForm rpForm = (ResetPasswordForm)form;
    SeteUserProfileService service = getService(SeteUserProfileService.class);
    service.resetPassword(getAuthenticatedUser(request), rpForm.getNewPasswordConfirm());

        createSuccessMessage(request);

        return mapping.findForward("view");
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.