hedgedoc / cli

A tiny CLI for HedgeDoc
GNU Affero General Public License v3.0
153 stars 37 forks source link

Url encode email and password with curl #17

Closed cdancette closed 5 years ago

cdancette commented 5 years ago

If the email or password contains some special characters, like "&", the login will fail. This PR fixes the issue