Skip to content

Commit

Permalink
Update docs/design/displaying_elements_based_on_user_permissions.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ruth Cheesley <[email protected]>
  • Loading branch information
andersonjeccel and RCheesley authored Oct 24, 2024
1 parent 7eaa5c4 commit 28272a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Displaying elements based on User permissions
=============================================

In Mautic, it's possible to control the visibility of elements on the user interface based on the user's permissions. This allows for showing or hiding certain features, links, or sections depending on the user's role and the permissions associated with that role.
In Mautic, it's possible to control the visibility of elements on the user interface based on the User's permissions. This allows for showing or hiding certain features, links, or sections depending on the User's Role and the permissions associated with that Role.

Check warning on line 4 in docs/design/displaying_elements_based_on_user_permissions.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'User' instead of 'user'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'User' instead of 'user'.", "location": {"path": "docs/design/displaying_elements_based_on_user_permissions.rst", "range": {"start": {"line": 4, "column": 71}}}, "severity": "INFO"}

This approach enhances security and provides a tailored experience for each user based on their role and access level.

Check warning on line 6 in docs/design/displaying_elements_based_on_user_permissions.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'User' instead of 'user'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'User' instead of 'user'.", "location": {"path": "docs/design/displaying_elements_based_on_user_permissions.rst", "range": {"start": {"line": 6, "column": 77}}}, "severity": "INFO"}

Check warning on line 6 in docs/design/displaying_elements_based_on_user_permissions.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Role' instead of 'role'. Raw Output: {"message": "[Mautic.FeatureList] Is this referring to a Mautic feature? If so, use 'Role' instead of 'role'.", "location": {"path": "docs/design/displaying_elements_based_on_user_permissions.rst", "range": {"start": {"line": 6, "column": 97}}}, "severity": "INFO"}

Expand Down

0 comments on commit 28272a6

Please sign in to comment.