Added noscript

This commit is contained in:
Joey Lai
2017-02-02 13:19:39 +01:00
parent 67eb7b991e
commit 044ed6a9d3
4 changed files with 16 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ function validateFBEmail($variable){
} else if (!filter_var($variable, FILTER_VALIDATE_EMAIL)) {
throw new emailException("Geldige email invullen");
} else if (getExistingFBEmail() == 1){
throw new emailException("Email bestaal al!");
throw new emailException("Uw email wordt al gebruikt voor een ander account!");
} else if (strlen($variable) > 255) {
throw new emailException("Mag maximaal 50 karakters!");
}