Hello,

I have an application that runs on Django 1.2.1 and uses
django_auth_ldap.backend.LDAPBackend in terms of authentication.
In version 1.2.1, is it possible to create local users without
superuser?
In fact, I added django.contrib.auth.backends.ModelBackend and I have
created a user local non-superuser and I get an error when I try to
access my site:
I have no problem with a local account superuser.

AttributeError at / admin /

'NoneType' object has no attribute 'replace'

Request Method: GET
Request URL:
Django Version: 1.2.1
Exception Type: AttributeError
Exception Value:

'NoneType' object has no attribute 'replace'

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to