Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tortila committed Jul 12, 2023
1 parent 433cc67 commit 9c24818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The mechanism provided by `django-guardian` can be extended to groups, too. Curr
- there are 5000 hosting provider objects in the database,
- there exists only 1 explicit permission `manage_provider` for `alice`: that is to `Green Provider`.

Even though `alice` as a member of the `admin` group can manage all 5000 providers, when she visits the Provider Portal she will only see `Green Provider` listed.
Even though `alice` is a member of the `admin` group can manage all 5000 providers, when she visits the Provider Portal she will only see `Green Provider` listed.

The object-level permissions can be managed in the Django Admin by users who belong to the `admin` group. In order to add/edit permissions:
- log in to the Django Admin,
Expand Down

0 comments on commit 9c24818

Please sign in to comment.