Created a mockup login and logout function and added login required as decorator for, among others, the settings page.
Authorized user names and passwords can be found in views.py in the function login_required (see the dictionary "valid_users"). This needs to be changed later when the authenticate functionality in the rest server is implemented. |
---|
|
forms.py |
---|
templates/mailman-django/lists/created.html |
---|
templates/mailman-django/lists/mass_subscribe.html |
---|
templates/mailman-django/lists/new.html |
---|
templates/mailman-django/lists/settings.html |
---|
urls.py |
---|
views.py |
---|