Do not enumerate all users to find one
Currently, to find a single Kratos user by email address, we list all users and perform the filtering by email address in the dashboard backend. This is of course very inefficient. We can do better by using the credentials_identifier
parameter to /admin/identities
. Take care that the email address is encoded properly: https://github.com/ory/kratos/issues/3247