AnEA / living-history-swe

Automatically exported from code.google.com/p/living-history-swe
0 stars 0 forks source link

Help needed regarding user password reset #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Content-Type: application/json

 {
    "email: "test@test.com"
}

User password reset is needed. But it only sends email.  It is not clear what 
the new password is. 
Help is needed from backend team regarding this issue. 

Original issue reported on code.google.com by esergo...@gmail.com on 15 Dec 2014 at 12:46

GoogleCodeExporter commented 8 years ago
It is not a good way to change password without email authentication. So, i 
think it would be better to generate a random password and send it to user's 
email address.

Then, the user will have to change his/her password in account settings 
page(so, we need one).

Original comment by hbi...@gmail.com on 15 Dec 2014 at 6:39