Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.user.ChangePasswordRequestRequest
Packages that use ChangePasswordRequestRequest
Package
Description
-
Uses of ChangePasswordRequestRequest in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller with parameters of type ChangePasswordRequestRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<String> ChangePasswordController.changePasswordRequest
(ChangePasswordRequestRequest changePasswordRequestRequest) Parses a request for forgot password and sends a mail with a link for resetting password. -
Uses of ChangePasswordRequestRequest in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service with parameters of type ChangePasswordRequestRequestModifier and TypeMethodDescriptionvoid
ChangePasswordRequestService.sendForgotPasswordEmail
(ChangePasswordRequestRequest request) Sends a password reset email to the user if the email provided is valid and exists in the system.