|
e73e46da3f
|
update to Django 1.7, remove south_migrations, fix tests
|
2014-12-17 21:22:37 +01:00 |
|
|
5cc86b4790
|
change osusers.admin.UserCreationForm.save_m2m
- replace pass with a doc string to explain why this method does nothing
|
2014-06-01 22:18:16 +02:00 |
|
|
59783e986d
|
implement classes for tracking task status
|
2014-05-30 21:46:10 +02:00 |
|
|
caab322beb
|
implement user creation in osusers.admin
- add osusers.admin.UserCreationForm
- add dummy osusers.tasks implementation with create_ldap_group and
create_ldap_user
- fix UserManager.get_next_username
- add proper transaction handling in UserManager.create_user
- add calls to create_ldap_user and create_ldap_group to
UserManager.create_user
|
2014-05-25 23:35:14 +02:00 |
|
|
9d447cac0b
|
improve osusers admin interface
- set user uid to readonly
- set shadow password readonly
- set can_delete on shadow to False
|
2014-05-24 23:15:14 +02:00 |
|
|
9edbe6c898
|
add support for additional groups
|
2014-05-24 21:53:49 +02:00 |
|
|
1082128f22
|
add osusers app
|
2014-05-24 21:28:33 +02:00 |
|