Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2019-10-15 13:45:07

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

27 - What to do if you cannot reset operator password

Hi to all,
on this days i had issue on resetting operator password.

Requested a new password and receved by email the link to reset the password than a page show the message that inform a new password has ben emailed.
No email was on my inbox.

Start to think the issue was in the live helpoer chat or in my server.
Email logs start to made me afraid of something compromised.

Nothing of all of this, my client Thunderbird filtered all email with password in the spam folder so, please check there.


If you still have issue You need to disable cache https://livehelperchat.com/article/view/40
you can edit the file lhc_web/modules/lhuser/remindpassword.php

adding here after
the two lines:

			$password = erLhcoreClassModelForgotPassword::randomPassword(10);
			$UserData->setPassword($password);
echo $password ;

The password should be now showed in the web browser when you repeat the recovery procedure.
Remember to rever back cache and to remove the added string echo $password ;


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer