> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipmobilefast.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Forgot Password

> If your users forget their password, they can reset it now.

<Warning>
  I think you may wonder why we can't using the PASSWORD\_RECOVERY event from Supabase.
</Warning>

<Frame>
  <img src="https://mintcdn.com/shipmobilefast-51a499dc/rNBXOQ08cKXtmr3A/images/password.png?fit=max&auto=format&n=rNBXOQ08cKXtmr3A&q=85&s=ad449f1b3f34d26962395e2cb871ca67" alt="Forgot Password" className="w-full" width="852" height="302" data-path="images/password.png" />
</Frame>

Naa, don't worry. I fixed this.

<Steps>
  <Step>
    First go to the [Supabase Dashboard](https://supabase.com/dashboard) > `Click on your project` > `Authentication` > `URL Configuration` > `Redirect URLs` > `Add URL`.
  </Step>

  <Step>
    Add the following URL: `<your-app-bundle-identifier>://**`

    <Info>
      You can find your app bundle identifier in the `app.json` file.
    </Info>

    <Info>
      You can use `*` as a wildcard for the path.
    </Info>
  </Step>
</Steps>
