#3700 closed defect (bug) (fixed)
Plugin Directory: Prevent BANNED users from being added to plugins
Reported by: | Ipstenu | Owned by: | dryanpress |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | has-patch |
Cc: |
Description
Currently you can add a banned user as a committer to a plugin.
We should block this, as if someone's been banned, we don't want them messing with plugins for a reason, most likely security related.
Attachments (1)
Change History (7)
This ticket was mentioned in Slack in #forums by ipstenu. View the logs.
6 years ago
Note: See
TracTickets for help on using
tickets.
To fix this, we could probably reuse the blocked user check from the author card meta box, in API\Routes\Plugin_Committers::add_committer() and Admin\Metabox\Committers::add_committer().