Uses of Record Class
callofproject.dev.authentication.dto.ForgotPasswordDTO
Packages that use ForgotPasswordDTO
Package
Description
-
Uses of ForgotPasswordDTO in callofproject.dev.authentication.controller
Methods in callofproject.dev.authentication.controller with parameters of type ForgotPasswordDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ForgotPasswordController.changePassword
(ForgotPasswordDTO forgotPasswordDTO) Change user password after confirm -
Uses of ForgotPasswordDTO in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service with parameters of type ForgotPasswordDTOModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<Object>
ForgotPasswordService.resetPassword
(ForgotPasswordDTO forgotPasswordDTO) Resets the user's password based on the provided ForgotPasswordDTO.