Email validation should trim and convert to lowercase
Author: mohamedhazem4959Created Apr 9, 2026Updated Apr 19, 2026
Problem
Email field doesn't normalize input (trim, lowercase)
## Expected
Email should be trimmed and lowercase before storing
## Current
" [email protected] " gets stored as-isSource: hagopj13/node-express-boilerplate