Index: ucreate.module
===================================================================
--- ucreate.module	(revision 2839)
+++ ucreate.module	(working copy)
@@ -215,7 +215,7 @@
   }
 
   ucreate_user_create($form_state['values']);
-  drupal_goto($_GET['q']);
+  $form['#redirect'] = $_GET['q'];
 }
 
 /**
