Re: MR and users magic

2006-04-30 Thread akaihola
See http://code.djangoproject.com/ticket/61 for discussion and http://code.djangoproject.com/wiki/CookBookPasswordGreasemonkeyUserScript for a client-side solution while waiting for Django to be fixed. --~--~-~--~~~---~--~~ You received this message because you

Re: MR and users magic

2006-04-23 Thread Adrian Holovaty
On 4/23/06, Lalo Martins <[EMAIL PROTECTED]> wrote: > 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

MR and users magic

2006-04-23 Thread Lalo Martins
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