tonyzimbinski / infinite-campus

📚 unofficial API for Infinite Campus written in Node JS
GNU General Public License v3.0
29 stars 11 forks source link

Passwords or Usernames with symbols don't work #22

Open amongusland opened 2 years ago

amongusland commented 2 years ago

If the password or username has a symbol like ! or ? then it says theres a password error. You need to url encode the password in order to work.

qwazwsx commented 2 years ago

good issue!

I've created a PR that's awaiting testing. This library is currently between maintainers right now so it may take a bit for this to be merged.