Restrict access to user profile? #4592
Unanswered
ARCHES-Academy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm guessing this is what you're referring to? If so, I'd probably hide the link to it with some JavaScript, like this... document.querySelector('.global-header .popover-content a[href="https://cms-sandbox.test/cp/account"]').style.display = 'none' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to restrict the users from accessing their own user profile? I've already removed the permission to view users, but their own user is different, of course. However, there's some data that I can't have the users changing.
Can I make it so the user profile link doesn't show? Maybe a custom permission, or something like that?
Beta Was this translation helpful? Give feedback.
All reactions