Changeset 1503

Show
Ignore:
Timestamp:
12/25/07 12:29:45 (1 year ago)
Author:
ewout
Message:

A small user interface enhancement: the username is now repeated in the greeting message after succesful registration. Closes #147

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/invite/lib/invite_actions.php

    r1482 r1503  
    151151                 $rssresult = run("files:rss:publish", array($ident, false)); 
    152152                 $rssresult = run("profile:rss:publish", array($ident, false)); 
    153                  $_SESSION['messages'][] = __gettext("Your account was created! You can now log in using the username and password you supplied. You have been sent an email containing these details for reference purposes."); 
     153                 $_SESSION['messages'][] = sprintf(__gettext("Your account was created! You can now log in using the username ('%s') and password you supplied. You have been sent an email containing these details for reference purposes."),$username);                  
    154154                 delete_records('invitations','code',$code); 
    155155