vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
5.79k stars 1.19k forks source link

Implement Reset Password #275

Closed ivan20203 closed 7 months ago

ivan20203 commented 7 months ago

Right now if a user clicks on Reset Password in their email it takes them to the website and just logs them in.

So reset password right now functions like magic link email.

I guess I propose copying this guy's YouTube video: https://www.youtube.com/watch?v=YdxyAaO4VBk&t=1s

Or , adding to the account page the ability to change password.

ivan20203 commented 7 months ago

i realized you can just put it under the account page