Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

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

Asked Modified Viewed 669 times
S
sala99
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
asked
Junior Member

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
1 reply

2 posts

K
Kvido1
K
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

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"
2 replies
S
sala99
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

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
0 replies

Labels

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
K
K
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 16 threads in the forums
S
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet