when I have a user click the forgot password link for vitxi. it sends an email to the person but with an improper url pointing to 127.0.0.1 and not my systems IP address.
Anybody know where I can change the URL that is sent out.
1 Like
Hello,
Please ensure that the FQDN is correctly configured in the Network Settings module of VitalPBX:
Afterwards, run the following commands with root:
sed -i 's/request()->getHttpHost()/gethostname()/g' /usr/share/vitxi/backend/resources/views/Email/resetPassword.blade.php
vitxi view:clear
vitxi view:cache
We will check in detail so that the above steps/commands will not be necessary in a future version of VitXi.
Regards,
1 Like