Ticket #933 (closed defect: fixed)
Problem with register form: "1" is show in the first input
| Reported by: |
|
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
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
I confirm it.
When I try to register Mr/Miss? "1" receive "Name already exists" but it isn't true.