Merge lp:~rvb/maas/logout-fix-1.2 into lp:maas/1.2
Proposed by
Raphaël Badin
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Raphaël Badin | ||||
Approved revision: | 1386 | ||||
Merged at revision: | 1388 | ||||
Proposed branch: | lp:~rvb/maas/logout-fix-1.2 | ||||
Merge into: | lp:maas/1.2 | ||||
Diff against target: |
122 lines (+70/-4) 3 files modified
src/maasserver/templates/maasserver/logout_confirm.html (+21/-0) src/maasserver/tests/test_views_account.py (+25/-2) src/maasserver/views/account.py (+24/-2) |
||||
To merge this branch: | bzr merge lp:~rvb/maas/logout-fix-1.2 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Julian Edwards (community) | Approve | ||
Review via email:
|
Commit message
Backport revision 2219: Add a "logout confirmation" page. Using this, the logout action is protected against CSRF attacks because it uses a POST request, in conjunction with Django's CSRF protection feature.
To post a comment you must log in.