async fn verify_credentials(
services: &Services,
username: &str,
password: &str,
) -> Result<OwnedUserId>Expand description
Authenticate a local account by password, mirroring the /login password
flow (password_login): password-origin accounts only, uniform error.