opencollective / opencollective-app

OpenCollective App - used to manage budgets and approve expenses
https://app.opencollective.com
MIT License
9 stars 5 forks source link

Reset password flow #127

Open arnaudbenard opened 8 years ago

arnaudbenard commented 8 years ago

I'm gonna write down the reset password flow so everybody can be in the loop.

App:

Api:

The model is based on devise from rails: https://github.com/plataformatec/devise/blob/dd5de829c944dd955e4b35074c60798c3ad4b947/lib/generators/active_record/devise_generator.rb#L45

asood123 commented 8 years ago

Looks good to me