2FA QR code panel name customization

Hi there,

I’m wondering if it’s possible to change the issuer name in the QR code when setting up 2FA. Currently, it shows:

issuer=Hestia%20Control%20Panel&period=30&algorithm=SHA1&digits=6

Is there a way to customize this?

Thanks for your help!

You can modify:

$tfa = new TwoFactorAuth("Hestia Control Panel");

on both files:

/usr/local/hestia/web/inc/2fa/check.php
/usr/local/hestia/web/inc/2fa/secret.php

But that modification will be replaced on next update.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.