Change name
HostOncilla opened this issue · 2 comments
HostOncilla commented
Would it be possible to change the following:
$challenge = $webauthn->prepareChallengeForRegistration(RoundCube, '1', true);
to:
$challenge = $webauthn->prepareChallengeForRegistration($rcmail->config->get('product_name'), '1', true);
That way we can change the name of our webmail.
bartnv commented
That's a good idea, thanks for the suggestion. I'll make the change soon.