bartnv / twofactor_webauthn

Roundcube plugin for FIDO2/WebAuthn 2-factor authentication
GNU General Public License v3.0
30 stars 7 forks source link

Change name #23

Closed HostOncilla closed 1 year ago

HostOncilla commented 1 year ago

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 1 year ago

That's a good idea, thanks for the suggestion. I'll make the change soon.

bartnv commented 1 year ago

Fixed in commit 0ab6c28.