battlecode / galaxy

MIT License
10 stars 3 forks source link

Password Reset #805

Open lowtorola opened 2 months ago

lowtorola commented 2 months ago

Adds the "request" and "do" reset password pages! Resolves #793 :rocket:

Unfortunately, I am not sure how to test this in staging since the staging api doesn't seem to send password reset links... so maybe we just test this in prod? :shipit:

n8kim1 commented 1 month ago

"staging api doesn't seem to send password reset links..." yeah, oops If you want -- you can edit the backend locally to make it send emails (and auth to our email service). But this might be harder than it's worth

lowtorola commented 1 month ago

@n8kim1 Yeahhhh... we'll test it in prod.

:shipit: