| ... | ... | @@ -35,6 +35,8 @@ a reset token to the user: |
|
|
|
|
|
|
|
GET /request_password_reset?email=example@email.address
|
|
|
|
|
|
|
|
The reply should look like this:
|
|
|
|
|
|
|
|
```
|
|
|
|
#!json
|
|
|
|
{
|
| ... | ... | @@ -44,7 +46,7 @@ GET /request_password_reset?email=example@email.address |
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
Callig the URL included in the email will then reset the password to a random value which is returned. With this password, the user can log in, get a token and reset their password (see above /plugins/change_password).
|
|
|
|
Calling the URL included in the email will then reset the password to a random value which is returned. With this password, the user can log in, get a token and reset their password (see above /plugins/change_password).
|
|
|
|
|
|
|
|
GET /password_reset?token=77d327fb-c010-4807-976f-a95b3d91be4f
|
|
|
|
|
| ... | ... | |