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

Fixes #2473: Fix encoding of long (>127 character) secrets

This commit is contained in:
Jeremy Stretch
2018-11-07 13:44:16 -05:00
parent c1838104ae
commit 69d829ce8d
3 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
v2.4.8 (FUTURE)
## Bug Fixes
* [#2473](https://github.com/digitalocean/netbox/issues/2473) - Fix encoding of long (>127 character) secrets
---
v2.4.7 (2018-11-06)
## Enhancements