timwis / enviar

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

Account activation emails #78

Open timwis opened 8 years ago

timwis commented 8 years ago

We should be able to use the password reset functionality to simulate account activation / invitations. Behind the scenes, we'd just be creating a user with a random password and the desired role(s), then sending a reset email to them so they can get in and set their own password. The downside is we'll have to pick their username for them.