Eliminate a lot of the if cases in create_user by separating them out. Add a limit to the number of users which can be created based on the license. Add support for creating and loading licenses.
This commit is contained in:
parent
0ef1902957
commit
33b43b75c0
9 changed files with 103 additions and 26 deletions
|
@ -34,3 +34,4 @@ blinker
|
|||
raven
|
||||
python-ldap
|
||||
unidecode
|
||||
pycrypto
|
||||
|
|
Reference in a new issue