pub async fn is_reset_password_token_valid( conn: &mut PgConnection, token: &Uuid, ) -> ModelResult<bool>