标签: django
我正在关注Django密码重置的this博客。它使用# url('', include('django.contrib.auth.urls', namespace="auth")),作为网址。
# url('', include('django.contrib.auth.urls', namespace="auth")),
现在,当用户登录时,即is_authenticated,则这些网址不起作用。
is_authenticated
当用户已登录时,没有使用password_change或password_reset等链接。如何在用户通过身份验证后禁用这些网址?
password_change
password_reset