Removes the useless `_verified` checkbox from user creation. We can't make it functional from the admin UI, because if we respected the incoming `_verified` property from a user creation, then any user could auto-verify themselves via REST / GraphQL APIs. Fixes #10158