Ticket #933 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: csseur3 Owned by:
Priority: normal Milestone: 1.0
Component: Registration Version: 1.0-rc-2
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

I confirm it.

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

  • Status changed from new to closed
  • Resolution set to fixed

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

  • Milestone 1.0-beta deleted

Milestone 1.0-beta deleted

  • Milestone set to 1.0
Note: See TracTickets for help on using tickets.