#3249 closed defect (fixed)
FORUM: register new account form has green field
| Reported by: | SF/clemty | Owned by: | fingolfin |
|---|---|---|---|
| Priority: | normal | Component: | Web |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
when trying to register a new account, the "I am not a bot" contextual question "answer" field has a brightly green background
reason:
original template had row1 and row2 CSS values, I set row2 to brightly green to spot and get rid of all occurrences
when Ender added this anti-bot feature, the 2nd column got added with "row2" property - hence the green background
...and since all regulars are already registered nobody noticed
solution:
change <td class="row2"> to <td class="row1"> in profile_add_body.tpl
(can't get around to do it myself, sorry)
Ticket imported from: #1737415. Ticket imported from: bugs/3249.
Change History (7)
comment:1 by , 19 years ago
| Owner: | set to |
|---|
comment:2 by , 19 years ago
comment:4 by , 19 years ago
| Owner: | changed from to |
|---|
comment:5 by , 19 years ago
Fixed in SVN and on-site, thanks for the report & precise instructions on how to fix it :-)
comment:6 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:7 by , 7 years ago
| Component: | → Web |
|---|

assigning to Ender since afaik only he and I did things to the forum templates