pub async fn get_active_user_id_by_email_case_insensitive(
conn: &mut PgConnection,
email: &str,
) -> ModelResult<Option<Uuid>>Expand description
None when no active user has this email. Case-insensitive, matching the users_email unique index.