Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

Forgot password reset password no e-mail arrives at the user

Last updated on 2 years ago
S
sala99Junior Member
Posted 2 years ago
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
K
Kvido1Member
Posted 2 years ago
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"
K
Kvido1Member
Posted 2 years ago
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 06:27, 2 years ago
K
Kvido1Member
Posted 2 years ago
Correct code after repair. Note the change to inline to /r/n
Edited by Kvido1 on 25-05-2023 08:24, 2 years ago
C
ChanSuper Admin
Posted 2 years ago
Moderator edited and translated for the answers given.
S
sala99Junior Member
Posted 2 years ago
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
K
Kvido1Member
Posted 2 years ago
@Chan
thank you and greetings!!!
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team
Users who participated in discussion: Chan, Kvido1, sala99

Fatal error: Uncaught Error: Class "PHPFusion\Minify" not found in /home/fusion/public_html/themes/templates/layout.php:206 Stack trace: #0 /home/fusion/public_html/themes/templates/footer.php(37): require_once() #1 /home/fusion/public_html/infusions/forum/viewthread.php(30): require_once('/home/fusion/pu...') #2 {main} thrown in /home/fusion/public_html/themes/templates/layout.php on line 206