]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
expand @ sign warning to include other characters
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Sep 2022 15:14:27 +0000 (11:14 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Sep 2022 15:14:27 +0000 (11:14 -0400)
Change-Id: Ied7d81ddda11f77cabc8cdc11723c95ba05a708c

.github/ISSUE_TEMPLATE/bug_report.yaml

index 4f692f36637ff9fa41baef73d97e8a12aa1dfdd3..bcb25b80636235a4ee6182f15e68808a22613094 100644 (file)
@@ -28,9 +28,10 @@ If your issue is actually a bug, we will open a new bug report with what we need
 "
   - type: markdown
     attributes:
-      value: "**IF YOUR ISSUE RELATES TO AN @ SIGN IN YOUR PASSWORD.  THIS IS NOT A BUG.**
+      value: "**IF YOUR ISSUE RELATES TO AN @ SIGN, OR ANY OTHER NON-ALPHANUMERIC CHARACTER IN YOUR PASSWORD.  THIS IS NOT A BUG.**
 
-Please URL escape @ signs in passwords using `%40`.
+Please URL escape **@ signs and any other non-alphanumeric characters** in passwords;
+For the ``@`` sign for example, the escape is `%40`.
 See [Engine URLs](https://docs.sqlalchemy.org/en/stable/core/engines.html#escaping-special-characters-such-as-signs-in-passwords)
     "
   - type: markdown