erobit / meteor-accounts-ui-bootstrap-dropdown

Meteor accounts-ui package updated to use twitter/bootstrap dropdown
37 stars 218 forks source link

fixed infoMessage error in forgotPassword function #11

Closed mikpanko closed 11 years ago

mikpanko commented 11 years ago

Issue: had infoMessage error when pressing "Reset Password" button, email was not sent.

Fix: changed

.set('infoMessage', ...)

to

.infoMessage(...)
erobit commented 11 years ago

First issue is solved, second requires merging your commit manually as the code has changed (two upgrades). I'll be attempting to complete the changes this week if you would like to help. I'll close this issue for now and open a new one.