timwis / enviar

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

Account invitation email should use different language than password reset email #91

Open timwis opened 7 years ago

timwis commented 7 years ago

Currently it uses the same email, but this could confuse users. The question is do we have to create a separate server endpoint? Or is it a parameter and we rename the endpoint to be generic?

EDIT: Perhaps it does make sense to have it be its own endpoint, so that the generation of the temporary password can happen on the server instead of the client