Process Flow - Password reset flow
User requests password reset
System sends reset email with link
User clicks link and opens reset page
User enters new password
System verifies and updates password
User receives confirmation
END
The flow starts when the user requests a password reset, then the system sends an email with a reset link. The user clicks the link, enters a new password, and the system updates it, confirming success.