Index: tokenauth.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tokenauth/Attic/tokenauth.module,v
retrieving revision 1.11.4.9
diff -U3 -r1.11.4.9 tokenauth.module
--- tokenauth.module	25 Mar 2009 19:04:49 -0000	1.11.4.9
+++ tokenauth.module	26 Mar 2009 10:01:21 -0000
@@ -197,7 +197,7 @@
   $items[] = l(t('Blog'), 'blog/feed', array('title' => url('blog/feed'), 'query' => "token=$token", 'html' =>  TRUE));
   $output .= theme('item_list', $items);
   $form['preamble'] = array('#value' => $output);
-  $form['uid'] = array('#type' => 'value', '#value' => $uid);
+  $form['uid'] = array('#type' => 'value', '#value' => $account->uid);
   $form['#action'] =url('user/'. $account->uid .'/tokenauth/reset');
   $form['#method'] = 'get';
   $form['submit'] = array('#type' => 'submit', '#value' => t('Reset token'));
