Remove delete_token permission from TokenDeleteView

This commit is contained in:
Jeremy Stretch
2020-06-02 15:36:31 -04:00
parent b8c048995f
commit 931a121eb7
2 changed files with 3 additions and 3 deletions

View File

@@ -15,3 +15,4 @@ NetBox v2.9 replaces Django's built-in permissions framework with one that suppo
### Other Changes
* The `secrets.activate_userkey` permission no longer exists. Instead, `secrets.change_userkey` is checked to determine whether a user has the ability to activate a UserKey.
* The `users.delete_token` permission is no longer enforced. All users are permitted to delete their own API tokens.