I am not sure, phpass is the bad guy, but somebody did:

http://rerouting.org/drupal-form-on-line-1062.html

I have same problem with latest phpass on webserver with php 5.3

Comments

ctrnz’s picture

Running PHP 5.3.6 and had the same issue.
Modifying phpass.module

From

$form['status']['#process']['system_modules_disable'][0][] = 'phpass';

to

$form['status']['#process']['system_modules_disable'] = 'phpass';

solved the issue.

pwolanin’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.