Ticket #933 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

Problem with register form: "1" is show in the first input

Reported by: csseur3 Assigned to:
Priority: normal Milestone: 1.0-beta & XML-RPC
Component: Registration Version: 1.0-beta (trunk)
Severity: normal Keywords:
Cc:

Description

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

Change History

08/17/08 13:17:58 changed by wiseacre

I confirm it.

When I try to register Mr/Miss "1" receive "Name already exists" but it isn't true.

08/26/08 20:54:23 changed by mdawaffe

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

(In [1660]) initialize $user_login to be empty. Fixes #933