Class UserProfileController
java.lang.Object
org.bh_foundation.e_sign.controllers.UserProfileController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ResponseDto<?>> resetPassword(String old_password, String new_password) org.springframework.http.ResponseEntity<ResponseDto<?>>
-
Constructor Details
-
UserProfileController
-
-
Method Details
-
update
@PutMapping("/update") public org.springframework.http.ResponseEntity<ResponseDto<?>> update(@RequestParam String username, @RequestParam String email) -
resetPassword
@PutMapping("/reset-password") public org.springframework.http.ResponseEntity<ResponseDto<?>> resetPassword(@RequestParam String old_password, @RequestParam String new_password)
-