add customer field to osusers.models.User
- allow association of os users to Django users (customers) - adapt admin forms - add migration
This commit is contained in:
parent
39fd326ac2
commit
18e47d73b4
4 changed files with 31 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :feature:`-` add a `customer` field to :py:class:`osusers.models.User`
|
||||
* :feature:`-` allow empty password input in
|
||||
:py:class:`osusers.admin.UserCreationForm` to allow generated passwords for
|
||||
new users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue