Thread subject: Official Home of the PHPFusion CMS :: Forgot password reset password no e-mail arrives at the user
Posted by sala99 on 23-05-2023 16:40
#1
Good day everybody
we use php fusion version 8.0.100
we noticed if our e-mail address that is stored with google and a user clicks forgot password no e-mail goes out as soon as we change the e-mail in the admin area and use outlook e-mail then it works too Forgot the password again and the user gets a link to reset the password
now my question is it because of google directly or because of the php fusion?
lg
Posted by Kvido1 on 24-05-2023 12:01
#2
The error is generated from the file /locale/Czech/admin/user_fields.php
The fix is in Line 105, and by replacing all "<br>" to "rn" will fix the issue.
// Email activation
$locale['u150'] = "Registration is almost complete, you will receive an email containing your login details along with a link to verify your account.";
$locale['u151'] = "Welcome to [SITENAME]";
$locale['u152'] = "Hello, USER_NAME,/n/r
Welcome to SITENAME. Here are your login details:/n/y
Username: USER_NAME/n/y
Password: USER_PASSWORD/n/r
Activate your account using the following link: <a href='ACTIVATION_LINK'>Activate Account</a>/n/r
Sincerely, /n/y
SITEUSERNAME"
Edited by Chan on 11-07-2026 07:46
Posted by Kvido1 on 24-05-2023 12:37
#3
The error is in PHPfusion is in the file /locale/admin/English/user_fields.php, but it cannot be copied here correctly.
Edited by Chan on 27-05-2023 07:27
Posted by Kvido1 on 25-05-2023 06:54
#4
Correct code after repair. Note the change to inline to /r/n
Edited by Kvido1 on 25-05-2023 09:24
Posted by Chan on 27-05-2023 07:31
#5
Moderator edited and translated for the answers given.
Posted by sala99 on 27-05-2023 12:55
#6
First of all thanks for the help
I have now also found it was because of the gmail with outlook everything works without problems habs tested again the whole thing now it works smoothly the whole thing with outlook without problems
Posted by Kvido1 on 28-05-2023 12:07
#7
@Chan
thank you and greetings!!!