pub(super) async fn account_deactivate_execute_html(
services: &Services,
user_id: &UserId,
) -> Result<String>Expand description
Executes the account deactivation, signing out every session and blocking future logins. Called only from the POST handler once the token is consumed.