1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #6073: Permit users to manage their own REST API tokens without needing explicit permission

This commit is contained in:
Jeremy Stretch
2021-03-31 13:25:06 -04:00
parent c8eae3a5c3
commit 6ec8ac7597
3 changed files with 19 additions and 25 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.10
## v2.10.9 (FUTURE)
### Bug Fixes
* [#6073](https://github.com/netbox-community/netbox/issues/6073) - Permit users to manage their own REST API tokens without needing explicit permission
---
## v2.10.8 (2021-03-26)
### Bug Fixes