rest_password 8.x-1.2

New features

8.x-1.2 adds A new Endpoint

ENDPOINT: Reset Lost password Via Temp password
Method: POST
SITE + /user/lost-password-reset?_format=json
{
"name": "DRUPALUSERNAME",
"temp_pass":"TEMP_PASSWORD_SENT_IN_EMAIL"
"new_pass":"NEW_PASS_WORD"
}
posting the temp password with new password to above endpoint will allow for the users password will be changed.

also added better messages for rest responses.

bootstrap_barrio 8.x-4.12

Bug fixes
New features

Improve node edit form
Correct positioning of checkboxes, typo error

Pages

Subscribe with RSS Subscribe to RSS - New features