Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -485,7 +485,7 @@ |
486 | 486 | return false; |
487 | 487 | } |
488 | 488 | # Set password and realname |
489 | | - $user->setPassword( $p ); |
| 489 | + $user->setNewpassword( $p ); |
490 | 490 | $user->setRealName( $row->acr_real_name ); |
491 | 491 | $user->saveSettings(); // Save this into the DB |
492 | 492 | # Check if the user already confirmed email address |