docs: caveat about passwords in login

Jef LeCompte 2020-06-20 14:08:27 -04:00
parent 0c70b7f641
commit 9ede67cc16

@ -43,7 +43,7 @@ exit 0
``` ```
> :information_source: Make sure to replace the `username` and `password` with your credentials before using or else this will not work. > :information_source: Make sure to replace the `username` and `password` with your credentials before using or else this will not work. Another caveat is that if your password contains `#` or `&`, you'll need to replace with [ASCII encoded characters](https://www.w3schools.com/tags/ref_urlencode.ASP).
> >
> :link: [gist](https://gist.github.com/jef/e29126da5953c331310c1b6c58502be0) for potential script changes or comments. > :link: [gist](https://gist.github.com/jef/e29126da5953c331310c1b6c58502be0) for potential script changes or comments.