-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forgot password email has link corrupted #1586
Comments
In the URL I see you have a space before the string... f=%20... Maybe it's from that? |
Hi Adrian, nice to meet you again! Thanks a lot for your feedback and for taking time to check this issue.
} Maybe CI 3 has corrupted the url paramenter? |
Hello. Haven't opened a CodeIgniter project for a long time. In order to test, maybe you should take a look at the configuration for urls: public string $permittedURIChars = 'a-z 0-9~%.:_\-'; Just in order to test, you could set an empty string there, and see if it works. Afterwards, you should see what characters you should allow for this (maybe $) |
Hi Adrian, thanks a lot for your time and for your hint. I did the suggested test ... but it didn't fix the issue. The url in email is quite weird...since it looks like the following one: |
Hi, in my project I'm using Ion Auth 3.
Forgotten password email is sent correctly by the script...but the email has an anchor not working ... I get the following error if I try to click on link to set a new password (using a custom email template ):
The URI you submitted has disallowed characters.
If I use the email template included in the downloaded package, I get an email with no link at all ...here you are the sourcee of the received email.
Thanks a lot for any hint or help and sorry for my bad english.
`
Return-Path: [email protected]
Delivered-To: [email protected]
Received: from srv.hdedi-xlogic3000.org
by srv.hdedi-xlogic3000.org with LMTP
id iMKXHdRAimYTRAAA29GO/Q
(envelope-from [email protected])
for [email protected]; Sun, 07 Jul 2024 09:16:36 +0200
Return-path: [email protected]
Envelope-to: [email protected]
Delivery-date: Sun, 07 Jul 2024 09:16:36 +0200
Received: from [159.69.73.219] (port=47522 helo=gavs.it)
by srv.hdedi-xlogic3000.org with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384
(Exim 4.97.1)
(envelope-from [email protected])
id 1sQM8S-00000000AVI-1sbf
for [email protected];
Sun, 07 Jul 2024 09:16:36 +0200
Date: Sun, 7 Jul 2024 09:16:36 +0200
From: "GAVS.it" [email protected]
To: [email protected]
Subject: =?UTF-8?Q?GAVS.it=20-=20Verifica=20il=20cambio=20password=20dimenticata?=
Reply-To: [email protected]
User-Agent: CodeIgniter
X-Sender: [email protected]
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: [email protected]
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="B_ALT_668a40d465a2b"
--B_ALT_668a40d465a2b
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Reimposta Password per
Si prega di cliccare su questo collegamento per Reimposta la tua Password.
--B_ALT_668a40d465a2b
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Reimposta Password per
Si prega di cliccare su = questo collegamento per Reimposta la tua Password<=3D /a>.
--B_ALT_668a40d465a2b--
`
The text was updated successfully, but these errors were encountered: