From 9ede67cc16833c8c2765ecfea4e9a29aea2a8a7c Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Sat, 20 Jun 2020 14:08:27 -0400 Subject: [PATCH] docs: caveat about passwords in login --- External-programs:-savecategory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/External-programs:-savecategory.md b/External-programs:-savecategory.md index d9fbe58..bf4d430 100644 --- a/External-programs:-savecategory.md +++ b/External-programs:-savecategory.md @@ -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.