gva/gnuviechadmin/managemails
Jan Dittberner 2e4efe7839 implement password change for mailboxes
- implement managemails.forms.ChangeMailboxPasswordForm
- extract code for determining hosting package and customer from URL into
  HostingPackageAndCustomerMixin
- implement managemails.views.ChangeMailboxPassword
- add new URL pattern 'change_mailbox_password' to managemails.urls
- add template managemails/mailbox_setpassword.html
- link from template hostingpackages/customerhostingpackage_detail.html to
  change_mailbox_password
- add german translation for new strings
- document new feature in changelog
2015-01-25 12:49:31 +01:00
..
locale/de/LC_MESSAGES implement password change for mailboxes 2015-01-25 12:49:31 +01:00
migrations improve managemails app 2015-01-24 20:58:20 +01:00
tests fix some test issues 2015-01-22 00:19:16 +01:00
__init__.py improve managemails app 2015-01-24 20:58:20 +01:00
admin.py add admin list filtering and ordering for mail addresses and mailboxes 2015-01-17 12:25:54 +01:00
apps.py improve managemails app 2015-01-24 20:58:20 +01:00
forms.py implement password change for mailboxes 2015-01-25 12:49:31 +01:00
models.py improve managemails app 2015-01-24 20:58:20 +01:00
urls.py implement password change for mailboxes 2015-01-25 12:49:31 +01:00
views.py implement password change for mailboxes 2015-01-25 12:49:31 +01:00