>
> I don't know of a single framework out there besides Django that ships 
> with a fixed model for its users.
>
I totally understand this, but I also think the fact that Django *does* 
ship with this stuff creates a baseline security and quality for logging 
into most Django-powered web apps. I've seen a fair few really crappy, 
insecure Rails implementations of user systems...

I'm just wary of apps being able to require non-standard interfaces for the 
user model. (And if apps are not going to require non-standard interfaces, 
then I don't really understand why profiles are inadequate for extra user 
data.) However, if this really isn't going to change things for people who 
are using contrib.auth.models.User, then I suppose I can't object too much.

Harris

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

Reply via email to