timwis / enviar

Chat interface for SMS / text messages
37 stars 6 forks source link

Invite user functionality #85

Closed timwis closed 7 years ago

timwis commented 7 years ago

Admins should be able to invite users as the primary (ideally the only) way new users are created.

I think we can leverage the password reset functionality. "Inviting" is really just registering a user with a random password and then sending them a password reset link with different verbiage.

timwis commented 7 years ago

Interesting alternative to user CLI in the meantime: https://gr2m.github.io/couchdb-user-management-app/

timwis commented 7 years ago

Woot, confirmed that pouchdb-authentication's signup method works with cloudant!