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

Closes #9741: Check for UserConfig instance during user login

This commit is contained in:
jeremystretch
2022-07-15 09:42:12 -04:00
parent 5b5160ca6f
commit fe2fae5b86
2 changed files with 12 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## v3.2.7 (FUTURE)
### Enhancements
* [#9741](https://github.com/netbox-community/netbox/issues/9741) - Check for UserConfig instance during user login
### Bug Fixes
* [#9715](https://github.com/netbox-community/netbox/issues/9715) - Fix `SOCIAL_AUTH_PIPELINE` config parameter not taking effect