From 7fb0589a723ec6e22000577f9aa7770d1c4f27aa Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Mon, 28 Nov 2022 10:26:25 -0800 Subject: [PATCH] clarify that -1 for uid in password_policy is global (#8664) --- schema/tables/password_policy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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