Index: user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.794
diff -u -r1.794 user.module
--- user.module	8 Jun 2007 06:04:15 -0000	1.794
+++ user.module	8 Jun 2007 17:30:52 -0000
@@ -1207,7 +1207,7 @@
 /**
  * Menu callback; process one time login link and redirects to the user page on success.
  */
-function user_pass_reset($uid, $timestamp, $hashed_pass, $action = NULL) {
+function user_pass_reset(&$form_state, $uid, $timestamp, $hashed_pass, $action = NULL) {
   global $user;
 
   // Check if the user is already logged in. The back button is often the culprit here.
