ban_user_globally(p_user_id integer, p_reason text DEFAULT 'Unknown reason'::text)


Description

Globally bans a user with a specified reason. The user is marked as banned in the system.

Parameters

Name Type Mode
p_user_id integer IN
p_reason text IN

Definition