Re: SetEnv issue

2006-02-23 Thread Ben Vinger
--- Kenneth Kalmer <[EMAIL PROTECTED]> wrote: > PythonHandler mptest Isn't mptest only for testing that mod_python is installed? I think you should remove it, because your PythonHandler should be django.core.handlers.modpython The only Python related stuff I have in my httpd.conf (Apache2 on W

Re: Can't change '[algo]$[salt]$[hexdigest]' passwords!!!

2006-02-20 Thread Ben Vinger
--- limodou <[EMAIL PROTECTED]> wrote: > Hope this will be helpful. Yes, very. Thanks! ___ NEW Yahoo! Cars - sell your car and browse thousands of new and used cars online! http://uk.cars.yahoo.com/ --~--~-~--~-

Can't change '[algo]$[salt]$[hexdigest]' passwords!!!

2006-02-20 Thread Ben Vinger
Hello When I create users in the admin site, I have the following problem: Newly created user cannot log using the password I've just assigned them. What does "Use '[algo]$[salt]$[hexdigest]'" mean? Running Django-0.91, postgresql-8.1.2, apache_2.0.55, Python 2.4.2 on Windows 2000 Thanks Ben