Commit 6d69c49
committed
Remove dead code for handling LogoutAction.
Dead code starts wih:
'''
# I think now that LogoutAction redirects to
# self.base ([tracker] web parameter in config.ini),
# this code is not needed. However I am keeping it
# around in case it has to come back to life.
# Delete if this is still around in 3/2018.
# rouilj 3/2017.
#
# Note using this code may cause a CSRF Login vulnerability.
# Handle the case where user logs out and tries to
# log in again in same window.
# The csrf token for the login button is associated
# with the prior login, so it will not validate.1 parent 18f127d commit 6d69c49
1 file changed
+0
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1566 | 1566 | | |
1567 | 1567 | | |
1568 | 1568 | | |
1569 | | - | |
1570 | | - | |
1571 | | - | |
1572 | | - | |
1573 | | - | |
1574 | | - | |
1575 | | - | |
1576 | | - | |
1577 | | - | |
1578 | | - | |
1579 | | - | |
1580 | | - | |
1581 | | - | |
1582 | | - | |
1583 | | - | |
1584 | | - | |
1585 | | - | |
1586 | | - | |
1587 | | - | |
1588 | | - | |
1589 | | - | |
1590 | | - | |
1591 | | - | |
1592 | | - | |
1593 | | - | |
1594 | | - | |
1595 | | - | |
1596 | | - | |
1597 | | - | |
1598 | | - | |
1599 | | - | |
1600 | | - | |
1601 | | - | |
1602 | | - | |
1603 | | - | |
1604 | 1569 | | |
1605 | 1570 | | |
1606 | 1571 | | |
| |||
0 commit comments