*** ucreate.module.orig 2009-03-18 09:20:15.000000000 +0200
--- ucreate.module      2009-03-18 09:27:20.000000000 +0200
***************
*** 251,257 ****

    // Notify user if successful.
    if ($account->uid) {
!     drupal_set_message(t('You have created an account for !name, password and login instructions have been sent to the e-mail address !email.', array('!name' => $edit['name'], '!email' => l($edit['mail'], 'mailto:'. $edit['mail']))));

      $subject = t('[!site_name] We have created an account for you', array('!site_name' => variable_get('site_name', 'Drupal')));
      $variables = array(
--- 251,257 ----

    // Notify user if successful.
    if ($account->uid) {
!     drupal_set_message(t('You have created an account for !name, password and login instructions have been sent to the e-mail address !email.', array('!name' => l($edit['name'], "user/$account->uid"), '!email' => l($edit['mail'], 'mailto:'. $edit['mail']))));

      $subject = t('[!site_name] We have created an account for you', array('!site_name' => variable_get('site_name', 'Drupal')));
      $variables = array(