django-authentication
More than one profile in Django?
Is it possible to use Django\'s user authentication features with more than one profile? Currently I have a settings.py file that has this in it:[详细]
2023-02-02 18:04 分类:问答Django forms always failing
I\'m trying to use Django\'s built in authentication modules. For the site I\'m working on I want to use email addresses as login names and not just the normal alphanumeric fields they\'re usually set[详细]
2023-02-01 07:14 分类:问答Django built-in login view and errors
I\'m using the django.contrib.auth.views.login and .logout views. Very handy, worked out of the box, would deploy again AAA+ etc.[详细]
2023-01-28 07:53 分类:问答30 char limit error when logging into django site with email and password
I have added a custom backend to allow a user to log in with a username or email in addition to password. It works fine except when the email is longer than 30 characters. The form error I get is:[详细]
2023-01-23 14:10 分类:问答Using django with legacy authentication cookies
I have a large codebase in a homebrew python framework.I\'m going to be gradually moving the code to Django, but in the meantime need to support logging in via the old开发者_如何学JAVA system.The old[详细]
2023-01-22 18:35 分类:问答Dynamic login/logout URLs in Django
I have an app that serves pages like this /stage/stagename. stagename is variable. The URL mappers just look for a [0-9A-Za-z]+ to fill that slot.[详细]
2023-01-21 01:49 分类:问答Django Authentication Backend
How i know in server-side what authentication ba开发者_运维知识库ckend is for determinated user?After authenticating, each User object will have a \'backend\' property, pointing to the module and clas[详细]
2023-01-17 12:24 分类:问答Django and Common Access Cards (CAC)
A web app written in Python is planned, Django is a leading contender as framewor开发者_如何学运维k.[详细]
2023-01-16 22:33 分类:问答Django: How to keep track of a linear (yet flexible) project management workflow?
I\'m developing a project management application in Django that requires a somewhat linear response process involving different groups of users (as in Django auth Groups).Each step in the response pro[详细]
2023-01-11 23:08 分类:问答Django auth: How to disallow user session if his IP doesn't match the original one(the one he logged in with)
How can auth can be configured or modified to disallow user sessions if the user\'s IP is not the same IP that he logged in with ?[详细]
2023-01-09 12:43 分类:问答