@WB3FFV wrote:
I am trying to figure out how to set the fully qualified domain name for usage in the emails sent to a new user on the PBX, or when a password is reset.
In the settings section of the app, it shows that is calls ${services} to output the normal information. The problem we are having is that it's specifying the IP address (example https://10.150.1.10/ucp) and I need it to provide the FQDN value so it will say something like https://mypbx1.mydomain.com/ucp. As we have a real certificate, if you access the URL provided and it's just an IP address, then the web browser comes up bitching that the the site doesn't match the certificate, and that your data isn't private.
My first thought was the take and just replace the services variable with my own text, but if I do that, it loses the cookie that is used if a user selects a password reset. So removing the services variable is problematic. Now if there is a variable I can use just to get that cookie, then it would easy to craft my own text.
So in short my questions are, how can I get ${services} to show the FQDN, or how can I add the cookie for a reset into the users email, if I displace that variable and hardcode the text.
Any help would be most appreciated..
As a follow-up edit, where it says enter hostname, I have tried putting in the FQDN, and even with https:// in front of it, and still it seems to only send out an email with the IP address..
Posts: 3
Participants: 2