Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/auth/generateResetCode \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "success": true, "message": "Reset code sent to email" }
Sends a password reset code to the user’s email address
Email address of the user
"[email protected]"
Reset code generated and sent successfully
true
"Reset code sent to email"
Was this page helpful?