Ticket #669 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

register-success.php: printf() not displaying username

Reported by: fel64 Assigned to:
Priority: normal Milestone: 0.8.3 & BB_Query
Component: Front-end Version: 0.8.2.1
Severity: normal Keywords:
Cc:

Description

This line in kakumei's register-success.php (line 5 :P) is apparently just returning "Your registration as was successful." See http://bbpress.org/forums/topic/as-was

<p><?php printf(__('Your registration as <strong>%s</strong> was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?></p>

Change History

06/21/07 22:33:21 changed by mdawaffe

  • status changed from new to closed.
  • resolution set to fixed.

(In [870]) globalize $user_login and friends for register-success template. Fixes #669

06/21/07 22:35:00 changed by mdawaffe

(In [871]) [870] for branches/0.8: globalize $user_login and friends for register-success template. Fixes #669

06/21/07 22:35:39 changed by mdawaffe

  • milestone set to 0.8.3 & XML-RPC.