Environment: Request Method: POST Request URL: http://muzx.servemp3.com:3232/accounts/edit/password/ Django Version: 0.97-pre-SVN-7566 Python Version: 2.4.4 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'profile'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.doc.XViewMiddleware', 'djangologging.middleware.LoggingMiddleware') Traceback: File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py" in get_response 82. response = callback(request, *callback_args, **callback_kwargs) File "/home/offline/django/classmates/lib/decorators.py" in wrapper 41. output = func(request, *args, **kw) File "/home/offline/django/classmates/profile/views.py" in edit_password 548. if form.is_valid(): File "/usr/lib/python2.4/site-packages/django/newforms/forms.py" in is_valid 112. return self.is_bound and not bool(self.errors) File "/usr/lib/python2.4/site-packages/django/newforms/forms.py" in _get_errors 103. self.full_clean() File "/usr/lib/python2.4/site-packages/django/newforms/forms.py" in full_clean 216. self.cleaned_data = self.clean() File "/home/offline/django/classmates/profile/forms.py" in clean 32. if not check_password(self.request.user, self.cleaned_data['old_password']): File "/usr/lib/python2.4/site-packages/django/contrib/auth/models.py" in check_password 54. algo, salt, hsh = enc_password.split('$') Exception Type: ValueError at /accounts/edit/password/ Exception Value: need more than 1 value to unpack