#2953182
In the case that a user chose a username that deviates from his first name or last name, it became complicated to search for this user on the admin people overview. The search functionality used to only look for the username. This overview has now been extended with first and last names to make it easier to find users.
Another fresh release for the upcoming hot summer! ;-) ERR is now prepared to back the upcoming Paragraphs migration and asymmetric translation. It is faster by considering the default revision and we start to better support deletion.
in admin/config/people/accounts you will see a new Email template called.
"Rest Password Recovery" which is used exclusively by the rest endpoint service
it provides a custom token [user:rest-temp-password] that will be replaced with a 10 char random string.
if then a user POSTS
{"name": "somename",
"pass": "the_new_temp_pass"
}
to
/user/login?_format=json