diff --git a/schema/tables/password_policy.yml b/schema/tables/password_policy.yml index da0a222791..81b7026e56 100644 --- a/schema/tables/password_policy.yml +++ b/schema/tables/password_policy.yml @@ -22,6 +22,6 @@ columns: required: false type: text - name: uid - description: User ID for the policy, if available. Otherwise, returns `-1`. + description: User ID for the policy. Returns `-1` if the policy applies to all users. required: false type: bigint