Use Different HTTPS port but Vitxi Welcome Email didn't update

Hi Guys,

Recently, we purchased VitalPBX One license.

Anyone here knows how to update and edit the welcome email settings for Vitxi?

The reset password link is not working because the link doesn’t have port since we used custom one.
Also, is there a way to change some part of the email message to our own brand?
We really want to change those BOXES part of the email (see attached image)

Thank you,

1 Like

I am not sure if webrtc uses these templates but you can check if making changes to the extension welcome email template will make a difference.

https://wiki.vitalpbx.com/wiki/faq/email-templates/

1 Like

Hello!

We will fix it in the next version, we will also be working on adding a module to edit the welcome email content,

Regards!,

Hi @maynor that is a great update. Thank you.

Another concern,

The user can click unlimited times the Reset Password button and system will send a lot of reset password email. It can be considered as DOS attack?

Also, the token for reset password is not expiring. The user can use the reset password link sent in email even in other day or in the future.

Is there a way to add some security on that please, like having a 2 minutes gap before the user can click again the request reset password button. And the reset password token link should be expired in just a few minutes and can only be used once.

Hoping that you can consider my request as this is really needed as additional security since most users nowadays are working from home and the servers is open to public.

Hello, we have the opposite problem described by the OP, we noted that the “Account Creation” email sends the wrong password reset link.

In our case, the account creation email sends this link:
pbx.fqdn.com/reset-password?token=Xs9wtNxxxxx

But when a user use the forgot / reset password on the web interface login page, the email sent has the proper link which is:
pbx.fqdn.com/webrtc/reset-password?token=Xs9wtNxxxxx

Notice the /webrtc/ in the link.

The second link is the correct one. First link returns a 404.

I could not find a way to have this adjusted in the Vitxi Admin UI.

Thanks

Hello!

Do you have the latest version of VitXi WebRTC?

Best regards.,

1 Like

After verification, we are actually one version behind actually. 4.6.0-2 instead of 4.6.0-3.
We will update off hours and update this thread.

Thank you for your kind and prompt response.

In any case, we are happy to see all the recent improvement in the Vitxi app. We can at last drop the other platform we are still somewhat using, now that the mobile and WebRTC apps are good. Cheers for that.

1 Like

Sounds great! please update this thread once the off-hours maintenance is complete.,

Thanks for the kind words as well. We’re thrilled to hear you’ve been enjoying the recent releases, and we really appreciate you taking the time to share your feedback.,

Cheers, and thanks for being part of the community!

Hello, following a full upgrade, our issue with the reset link being wrong is still present in the Welcome emails.


The link is missing the /webrtc/

But again, when using the reset password function, that email has the proper link :thinking:

Is that a setting somewhere else in VitalPBX?

Sorry if it feels like I’m hijacking this thread. But my issue seemed relevant to the OP’s issue and it helps to keep information compartmentalized.

Thanks

1 Like

Hello!

Please run the following commands:

sudo apt update && sudo apt upgrade vitxi -y

vitxi logs:clear && vitxi cache:clear && vitxi optimize && vitxi queue:clear --force

systemctl restart vitxi && systemctl restart vitxi-worker && systemctl restart vitxi-app-runner

Then reload vitxi and try to send a welcome email again.,

Let me know if it worked for you.,

Best regards.,