hoodiehq-archive / hoodie-plugin-users

⛔ deprecated
Other
5 stars 9 forks source link

implement sending new passwords #4

Closed gr2m closed 10 years ago

gr2m commented 10 years ago

Passwords do get changed, but the new password does not get send out yet. The code says this would be blocked by blocked by https://github.com/hoodiehq/hoodie-plugins-api/issues/13, but that seems to be resolved by now.

Can we put that in now?

gr2m commented 10 years ago

This still needs tests, and I couldn't figure out how to get the current app's name: https://github.com/hoodiehq/hoodie-plugins-api/issues/23

But it works™

caolan commented 10 years ago

Related issues: https://github.com/hoodiehq/hoodie-server/issues/198 https://github.com/hoodiehq/hoodie-plugin-appconfig/issues/1

janl commented 10 years ago

Updated the worker with reading appName and fromEmail from the config. This needs a corresponding change in hoodie-plugin-appconfig (and can be set in futon in the meantime). Haven’t tested yet, this is just for illustration purposes for now.

gr2m commented 10 years ago

fyi I'm preparing the changes to hoodie-plugin-appconfig

janl commented 10 years ago

hoodie-plugin-appconfig PR here: https://github.com/hoodiehq/hoodie-plugin-appconfig/pull/2