Opened 3 years ago

Closed 3 years ago

#1487095 closed Bugs (fixed)

Email length in addressbook is not checked

Reported by: vojta Owned by:
Priority: 5 Milestone: 0.5-beta
Component: Addressbook Version: 0.4.2
Severity: normal Keywords:
Cc:

Description

Email length in addressbook is not checked.
If very long email in addressbook is entered (>128), no user error is displayed, contact is not added and SQL error appears in log:

2010-11-01 14:05:57 CET ERROR: value too long for type character varying(128)
2010-11-01 14:05:57 CET STATEMENT: INSERT INTO contacts (user_id, changed, del, "name", "email", "firstname", "surname") VALUES (148, now(), 0, 'example', 'veryvery...verylongemail@…', 'example', 'example')

Change History (1)

comment:1 Changed 3 years ago by alec

  • Milestone changed from later to 0.5-beta
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [6f096812].

Note: See TracTickets for help on using tickets.