本文介绍了如何在Django allauth中禁用中间退出页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何从django allauth禁用中间登出页面。当用户单击我网站上的注销链接时,我希望他立即注销,我要删除此中间页
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 intermediate page
推荐答案
设置 ACCOUNT_LOGOUT_ON_GET
设置为 True
。
另请参见
这篇关于如何在Django allauth中禁用中间退出页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!