Expand my Community achievements bar.

SOLVED

how do I hide the page delete button from a group of users?

Avatar

Level 8

might be best explained with an example:

 

- I have a user called called "no-page-delete"

- this group has full access to manage content inside /content/my-site

- But I want to remove their ability to delete pages.

- I tried doing removing their delete page ability via ACL but removing one of the write permissions also disables create page and edit content permissions.

 

How can I do it?

 

Thanks!

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

 

1. visit the useradmin portal, http://localhost:4502/useradmin

2. Create new user group, "cannot_delete_pages".

BrianKasingli_0-1642739066446.png

3. add the group "authors" into this group.

BrianKasingli_1-1642739118787.png

 

4. edit the user group, cannot_delete_pages, to "disallow page deletion on /content

BrianKasingli_2-1642739210255.png

5. press save.

6. find the user group, and validate changes

BrianKasingli_3-1642739300461.png

7. assign the group to a user, and test!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

 

1. visit the useradmin portal, http://localhost:4502/useradmin

2. Create new user group, "cannot_delete_pages".

BrianKasingli_0-1642739066446.png

3. add the group "authors" into this group.

BrianKasingli_1-1642739118787.png

 

4. edit the user group, cannot_delete_pages, to "disallow page deletion on /content

BrianKasingli_2-1642739210255.png

5. press save.

6. find the user group, and validate changes

BrianKasingli_3-1642739300461.png

7. assign the group to a user, and test!