How to disable intermediate signout page in Django allauth

前端 未结 3 986
太阳男子
太阳男子 2021-02-18 19:24

How to disable the intermediate signout page from django allauth. When the user clicks on the signout link on my site I want him to logout right away, I want to remove this inte

3条回答
  •  梦如初夏
    2021-02-18 19:38

    Set ACCOUNT_LOGOUT_ON_GET to True in your settings.

    Also see the documentation

提交回复
热议问题