a little typo is in 'need password' extension:
Code:
globalize($_POST, array('currentpassword' => STR, 'username=> STR));
should be
Code:
globalize($_POST, array('currentpassword' => STR, 'username'=> STR));
you missed the ' behind username ...
thanks for the hack, ive installed it with password question.... as silviu said, it would be great with the 2 more extensions for this hack