Validate email address when adding email or creating account

This checks that the email address has a valid format.

Change-Id: I1f8d95dd9b02e720996bd15cca093ca55b5e4597
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2014-02-06 15:18:38 +01:00
parent 5ac379ca64
commit a9abdf4589
4 changed files with 23 additions and 4 deletions

View File

@@ -75,6 +75,13 @@ maven_jar(
license = 'Apache2.0',
)
maven_jar(
name = 'validator',
id = 'commons-validator:commons-validator:1.4.0',
sha1 = '42fa1046955ade59f5354a1876cfc523cea33815',
license = 'Apache2.0',
)
maven_jar(
name = 'httpclient',
id = 'org.apache.httpcomponents:httpclient:4.2.5',