CodeIgniter-Ion-Auth
CodeIgniter-Ion-Auth copied to clipboard
Forgot password email has link corrupted
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.
--B_ALT_668a40d465a2b-- `