Replies: 10 comments
-
@adleviton I'm not sure what's leading you to that assumption. Are you talking about an extended users object Pod or all Pods? Can you explain what you're trying to do please so I can understand better how that capability is affecting you? |
Beta Was this translation helpful? Give feedback.
-
Sure. I would like to have a wordpress role that can create, edit, and delete other wordpress users, but restrict them from the pods admin area. This way they can manage users, but they won't accidentally mess anything up in the pods admin area. Let me know if that makes sense. |
Beta Was this translation helpful? Give feedback.
-
Why not create a role using the Roles & Capabilities plugin with those roles, but not give it the capability to edit Pods admin? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks guys, looks like I got it working. |
Beta Was this translation helpful? Give feedback.
-
3.0 milestone clearing |
Beta Was this translation helpful? Give feedback.
-
from @JoryHogeveen #3625
is this still an issue or just a doc's issue? |
Beta Was this translation helpful? Give feedback.
-
and from @sc0ttkclark #3985
add_filter( 'pods_admin_capabilities', '__return_empty_array' ); |
Beta Was this translation helpful? Give feedback.
-
I'd say a doc issue. Pods follows WP currently so I'd say that is good. |
Beta Was this translation helpful? Give feedback.
-
It looks like access to pods is solely based on one wordpress capability: delete_users.
What should I do if I want a client to be able to delete users and NOT have access to pods?
Beta Was this translation helpful? Give feedback.
All reactions