Merge lp:~rvb/maas/1.5-bug-1298790 into lp:maas/1.5
Proposed by
Raphaël Badin
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Raphaël Badin | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 2219 | ||||
Proposed branch: | lp:~rvb/maas/1.5-bug-1298790 | ||||
Merge into: | lp:maas/1.5 | ||||
Diff against target: |
116 lines (+70/-3) 3 files modified
src/maasserver/templates/maasserver/logout_confirm.html (+21/-0) src/maasserver/views/account.py (+24/-2) src/maasserver/views/tests/test_account.py (+25/-1) |
||||
To merge this branch: | bzr merge lp:~rvb/maas/1.5-bug-1298790 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
MAAS Maintainers | Pending | ||
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.
Simple backport: self-approving.