Ok, create_user is now User.object.create_user for those wondering.

To the Django composers: can we pleeease have a real password field? 
And use that for User rather than all that contortion?  It's of very
limited usefulness to see the raw password in the admin, and it makes it
impossible for a non-geek to create new users (you either have to go to
the python shell and call create_user, or encrypt the password yourself,
somehow), unless you create a specialised view first.  I think a better
solution would be a password field; it displays as blank in admin, and
blank (no input) is interpreted as "don't change it".  Can we do that?  I
can put the code in the tracker tomorrow if it's "yes" :-)

best,
                                               Lalo Martins
--
      So many of our dreams at first seem impossible,
       then they seem improbable, and then, when we
       summon the will, they soon become inevitable.
--
personal:                              http://www.laranja.org/
technical:                    http://lalo.revisioncontrol.net/
GNU: never give up freedom                 http://www.gnu.org/



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to