Opened 8 years ago
Last modified 8 years ago
#3020 new enhancement
Auto-role setting is applied even when unticked
Reported by: | gmsb | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.5.10 |
Component: | API - Roles/Capabilities | Keywords: | reporter-feedback needs-patch needs-screenshots |
Cc: |
Change History (1)
Note: See
TracTickets for help on using
tickets.
I'm not able to duplicate this on 2.6.
A few things do happen here, by design:
bbp_get_user_role_map()
, which mapsadministrator
tobbp_get_keymaster_role()
and everyone else tobbp_get_default_role()
.Maybe we need more options here? Or an option to
do nothing
basically?