Skip to content

Commit 421242a

Browse files
committed
Added written steps for supabase reset password
1 parent 761c8c8 commit 421242a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ff-integrations/authentication/supabase-auth/auth-actions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ To build the reset password functionality, you need to create the following two
102102

103103
Here’s how you can add the Supabase reset password feature to your app:
104104

105+
1. On the **ForgotPassword Page**, add the **Send Reset Password Email** action and set the **Email Field** dropdown to the widget that accepts the user's email address. This action will send the reset password link to the provided email.
106+
2. The reset link sent to the user will open the **UpdatePassword Page**. On that page, add the **Update Password** action and set the **Password Field** and **Confirm Password Field** to the respective input widgets.
107+
3. Copy the route name of the **UpdatePassword Page** and paste it into the **Supabase Dashboard > Authentication > Email Templates > Reset Password > Source**. Just after **`"{{ .ConfirmationURL}}[here]"`**
108+
4. [Deploy your app to the web](../../../testing-deployment-publishing/publishing/web-publishing.md).
109+
5. Copy the URL of your deployed project and paste it into the **Supabase Dashboard > Authentication > URL Configuration > Site URL**.
105110

106111
<div style={{
107112
position: 'relative',

0 commit comments

Comments
 (0)