Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
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 ;
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline