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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user