Permission setting per user

Hello.

I am wondering if it is possibly to have permission settings, not just per level, but also per user?

I am needing the set permissions for Parameters access for different Administrators.

Can you please advise?

Thank you very much!

Hey @sprod,

Please note that permissions cannot be set for individual users; they are only available on a per-role basis.

Cheers.

Hi @ruenel

Yes, thank you - I am however asking if that is something that could be done so we can also assign permissions on a user basis? I would love to be able to control permissions for Parameters per user.

Appreciate it!

Hello @sprod,

You can utilize the element String condition:
image

{{dc:user:username}} IS Themeco as an example.

This should target the username if you want to display a specific message for a User.

Hope this helps.

1 Like

Hi @ruenel

So I want to be able to control access to Global Parameters based on users. Is this what you are referring to as well?

Thank you!

Hello @sprod,

The above conditions can be applied to any element to target the current user’s username (login name). If the logged-in username is “Themeco,” as shown in the example code, the element will display. You can use these conditions on any element.

Thanks

We are using PublishPress Permissions Pro and Capabilities Pro to create custom Admin experiences for users. I can restrict who has access to what pages, ACF admin data/forms, etc. Then I am able to test each user experience as if I were logged in as that user so I know what’s working and what isn’t.

Thanks for that tip, @brocknessmonster.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.