brettclanton001 / Dashous

Connect with other members of the Dash community to trade for Dash.
MIT License
4 stars 7 forks source link

Forgot Password Functionality #7

Closed brettclanton001 closed 7 years ago

brettclanton001 commented 7 years ago

As a Dashous user given that I have forgotten my password I should be able to have it reset by clicking a link because forgetting your password shouldn't lock you out of a service forever

CraigWilliams commented 7 years ago

Hey @brettclanton001, I'm working on this. I'll create a PR when I'm done.

CraigWilliams commented 7 years ago

Do you want to run Sidekiq for sending emails? I believe it is free to run a worker on Heroku now.

brettclanton001 commented 7 years ago

I'm planning to use resque for background jobs, but I've used sidekiq before, I'll revisit using that as well. Need to compare the communities again..

Will review this soon, thanks!

CraigWilliams commented 7 years ago

Resque is good. I actually prefer the dashboard in resque over the one in sidekiq.

brettclanton001 commented 7 years ago

@CraigWilliams I had already started on a resque setup on another branch. It's a high priority because I need more api calls for exchange rates on more currencies, and I need to introduce more email functionality ( like the one you just introduced ), especially for notifications when offers are created, accepted, etc. So this will be running soon.

brettclanton001 commented 7 years ago

Closing this, will have the functionality on Dashous.com soon :)