POST /utils/password-recovery/{email}
Password Recovery
Initiates the password reset process by sending a recovery email to the specified address if it exists in the system.
Endpoint
POST /utils/password-recovery/{email}
Parameters
| Name | Type | Description |
|---|---|---|
string | The email address of the user account to recover. | |
| session | SessionDep | The database session dependency used for user lookup. |
Response
| Status | Description |
|---|---|
| 200 | The request was processed successfully, regardless of whether the email was found, to prevent account enumeration. Returns Message. |