bradtraversy / node_passport_login

Node.js login, registration and access control using Express and Passport
1.74k stars 1.29k forks source link

username and email check during register #21

Closed narayansiddhu closed 6 years ago

narayansiddhu commented 6 years ago

username and email id validation during register a new user , whether the email and username are already taken are not.

narayansiddhu commented 6 years ago

while registering a new user with one username and email id with lower case , then if we try to use those same username and mail id with upper case it won't allow to register

narayansiddhu commented 6 years ago

i hope it is some what useful.Please validate and merge the code....!!!!