[Bb-trac] [bbPress] #933: Problem with register form: "1" is show in the first input

bbPress bb-trac at lists.bbpress.org
Sat Aug 16 23:02:21 GMT 2008


#933: Problem with register form: "1" is show in the first input
--------------------------+-------------------------------------------------
 Reporter:  csseur3       |       Owner:                    
     Type:  defect        |      Status:  new               
 Priority:  normal        |   Milestone:  1.0-beta & XML-RPC
Component:  Registration  |     Version:  1.0-beta (trunk)  
 Severity:  normal        |    Keywords:                    
--------------------------+-------------------------------------------------
 Hello,

 in the register page, we have this:

 {{{

 <input name="user_login" type="text" id="user_login" size="30"
 maxlength="30" value="<?php echo $user_login; ?>" />
 }}}


 so, in my browser, i see that:

 {{{
 <input name="user_login" id="user_login" size="30" maxlength="30"
 value="1" type="text">
 }}}


 why "1" is displayed?

 i use the trunk.

 bye

-- 
Ticket URL: <http://trac.bbpress.org/ticket/933>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list