gva/gnuviechadmin/hostingpackages
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 hostingpackages api doc 2015-01-18 13:37:21 +01:00
migrations fix foreign key for CustomerMailboxOption 2015-01-18 16:00:18 +01:00
tests create system user when creating a new hosting package 2015-01-22 00:20:06 +01:00
__init__.py Add new hostingpackages app 2015-01-18 13:22:06 +01:00
admin.py create system user when creating a new hosting package 2015-01-22 00:20:06 +01:00
apps.py remove newline at EOF 2015-01-18 16:25:41 +01:00
forms.py incomplete create_hosting_package view 2015-01-20 00:51:05 +01:00
models.py plug users and hosting packages together 2015-01-24 16:26:32 +01:00
urls.py implement CustomerHostingPackageDetails view 2015-01-24 16:25:18 +01:00
views.py implement CustomerHostingPackageDetails view 2015-01-24 16:25:18 +01:00