mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
only count status confirmed
This commit is contained in:
@ -14,4 +14,5 @@ BEGIN
|
||||
OU.[UserId] = @UserId
|
||||
AND OU.[Type] < 2 -- Owner or Admin
|
||||
AND O.[PlanType] = 0 -- Free
|
||||
AND OU.[Status] = 2 -- 2 = Confirmed
|
||||
END
|
@ -11,4 +11,5 @@ BEGIN
|
||||
WHERE
|
||||
OU.[UserId] = @UserId
|
||||
AND OU.[Type] = 0
|
||||
AND OU.[Status] = 2 -- 2 = Confirmed
|
||||
END
|
Reference in New Issue
Block a user