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.
1 parent b639699 commit 4a4e53a5c045d9b229fb789b6d5e1a1c728e1e83
@Anna Granudd Anna Granudd authored on 4 Aug 2010
Showing 7 changed files
View
forms.py
View
templates/mailman-django/lists/created.html
View
templates/mailman-django/lists/mass_subscribe.html
View
templates/mailman-django/lists/new.html
View
templates/mailman-django/lists/settings.html
View
urls.py
View
views.py