Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004486Openbravo ERP01. General setuppublic2008-07-22 14:592011-02-04 09:16
shuehner 
rmorley 
normalminorhave not tried
acknowledgedopen 
5
pi 
 
Core
No
0004486: Validate the email address of a user/contact
When a new user is created / edited one can enter an invalid email-adress and the system still saves the record.
General Setup -> Security -> User
Create a new user
Fill in an invalid email-adress: i.e. '0815'
Save the record
Implement a validation that at least tries to offer some validation:
- Must have a @ and an . in it

Or implement/use a real email-validation routine:
- http://en.wikipedia.org/wiki/E-mail_address [^] has a reference to the relevant RFCs
- Use the commons-validator package as an already available parser:
  http://commons.apache.org/validator/apidocs/org/apache/commons/validator/routines/package-summary.html#other.email [^]
ReleaseCandidate, Usability
depends on feature request 0004497 scheduled rgoris Review the way error messages are shown and how they can be undown (hidden after the error is fixed) 
Not all the children of this issue are yet resolved or closed.
Issue History
2008-07-22 14:59shuehnerNew Issue
2008-07-22 14:59shuehnerAssigned To => cromero
2008-07-22 14:59shuehnersf_bug_id0 => 2024636
2008-07-23 17:56shuehnerRelationship addeddepends on 0004497
2008-07-23 17:57shuehnerNote Added: 0008393
2008-11-10 13:10cromeroAssigned Tocromero => pjuvara
2008-11-16 15:59pjuvaraTag Attached: ReleaseCandidate
2008-11-16 15:59pjuvaraTag Attached: Usability
2008-11-16 16:00pjuvaraStatusnew => acknowledged
2011-02-04 09:16jpabloaeAssigned Topjuvara => rmorley

Notes
(0008393)
shuehner   
2008-07-23 17:57   
When the validation is done with a callout. There is currently no way to hide a already displayed error message, until 0004497 is fixed.