stable
Clone or download
Read-only
Part of story #33005 login with only my passkey This commit adds the controller for the switch button. This controller will switch passwordless login only on/off. *Testing:* By clicking on the switch button, a form is submitted, you are redirected on the same page with a feedback error as the feature is not implemented Change-Id: Id16e4fc682c2050ad34aa890b58e8b6cc5129e48
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/webauthn/include/WebAuthn/Controllers/AccountController.php | +2 | −1 | Go to diff View file |
M | plugins/webauthn/include/WebAuthn/Controllers/AccountPresenter.php | +1 | −0 | Go to diff View file |
M | plugins/webauthn/templates/account.mustache | +5 | −2 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +7 | −0 | Go to diff View file |
M | site-content/pt_BR/LC_MESSAGES/tuleap-core.po | +7 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +11 | −0 | Go to diff View file |
A | src/common/WebAuthn/Controllers/PostSwitchPasswordlessAuthenticationController.php | +65 | −0 | Go to diff View file |