From: Mike Bayer Date: Sat, 3 Sep 2022 15:14:27 +0000 (-0400) Subject: expand @ sign warning to include other characters X-Git-Tag: rel_2_0_0b1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5caf49ef11aca75541691b7a6fe67b78fa673f93;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git expand @ sign warning to include other characters Change-Id: Ied7d81ddda11f77cabc8cdc11723c95ba05a708c --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 4f692f3663..bcb25b8063 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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