gva/gnuviechadmin/osusers
Jan Dittberner 150366a524 plug users and hosting packages together
- document new feature in changelog
- add autogenerated documentation for osusers.urls and osusers.views
- add osuser URLs to gnuviechadmin.urls
- implement get_absolute_url in hostingpackages.models.CustomerHostingPackage
- use set_ldap_user_password instead of create_ldap_user for existing OS users
  in osusers.models.User.set_password
- add URL pattern set_osuser_password in osusers.urls
- implement osusers.views.SetOsUserPassword to set the password of an existing
  operating system user
- link to hosting package detail view on user dashboard
- add template hostingpackages/customerhostingpackage_detail.html
- add template osusers/user_setpassword.html
2015-01-24 16:26:32 +01:00
..
locale/de/LC_MESSAGES add german translation 2015-01-17 16:06:25 +01:00
migrations add migration for verbose_name and verbose_name_plural in osusers.models.User 2015-01-04 17:54:59 +01:00
tests fix some test issues 2015-01-22 00:19:16 +01:00
__init__.py document osusers code 2014-12-27 22:44:27 +01:00
admin.py implement osusers.forms.ChangeOsUserPasswordForm 2015-01-24 16:21:47 +01:00
apps.py use taskresults app and delete_ldap_group task 2014-12-29 15:57:03 +01:00
forms.py implement osusers.forms.ChangeOsUserPasswordForm 2015-01-24 16:21:47 +01:00
models.py plug users and hosting packages together 2015-01-24 16:26:32 +01:00
urls.py plug users and hosting packages together 2015-01-24 16:26:32 +01:00
views.py plug users and hosting packages together 2015-01-24 16:26:32 +01:00