GTBitsOfGood / VolunTrack

Volunteer and Event Management Platform
https://dev.volunteer.bitsofgood.org
MIT License
8 stars 8 forks source link

Forget Password Functionality #332

Closed ShmulTomer closed 1 year ago

ShmulTomer commented 1 year ago

When testing on localhost, don't forget to change the password reset link to localhost:3000/passwordreset/ instead of clicking on the link in the mailersend email

Also, "npm run build" had some errors, but they weren't in files I worked in so I don't want to play with those and mess something else up

Done:

Minor Issues:

netlify[bot] commented 1 year ago

Deploy Preview for volunteer-bitsofgood ready!

Name Link
Latest commit d3e52d17f80cd8d1969f4e1c171378678fc8bb06
Latest deploy log https://app.netlify.com/sites/volunteer-bitsofgood/deploys/6509ad6088d4b50008c2dfda
Deploy Preview https://deploy-preview-332--volunteer-bitsofgood.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

colin4554 commented 1 year ago

You can add an else if in src/providers/AuthProvider.jsx to allow unauthorized users to access the password reset page.

Also, please merge this with main. Lmk if you have any questions since some of the backend organization changed pretty considerably.