bradtraversy / node_passport_login

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

Support passwords containing restricted characters #35

Closed mehdifracso closed 5 years ago

mehdifracso commented 5 years ago

MongoDB doesn't allow passwords containing special characters (@, /, !) unless they're been URLEncoded, that is why I started this pull request