#102 Fixed issue with creating account

master
Keith Irwin 2017-07-14 17:48:53 -04:00
parent 67a8ba1852
commit 4d94b56e74
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ module.exports = (app, passport) => {
// Validate email
req.checkBody('email', 'Please enter a valid email address.').isEmail();
req.sanitizeBody('email').normalizeEmail({remove_dots:false});
// Check if somebody already has that email
debug(`Searching for user with email ${req.body.email}...`);