From 5caf49ef11aca75541691b7a6fe67b78fa673f93 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 3 Sep 2022 11:14:27 -0400 Subject: [PATCH] expand @ sign warning to include other characters Change-Id: Ied7d81ddda11f77cabc8cdc11723c95ba05a708c --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3