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

Fixes #5383: Fix setting user password via REST API

This commit is contained in:
Jeremy Stretch
2020-11-25 11:47:53 -05:00
parent f8b523b97b
commit 77bbe5730b
3 changed files with 28 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.9
## v2.9.11 (FUTURE)
### Bug Fixes
* [#5383](https://github.com/netbox-community/netbox/issues/5383) - Fix setting user password via REST API
---
## v2.9.10 (2020-11-24)
### Enhancements