]> source.dussan.org Git - nextcloud-server.git/commit
feat(login): Clear login form (password) after IDLE timeout
authorFerdinand Thiessen <opensource@fthiessen.de>
Sat, 23 Mar 2024 13:15:22 +0000 (14:15 +0100)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 25 Mar 2024 11:22:53 +0000 (12:22 +0100)
commit3fede00732c48508c19dd0c6b7ac010b1c735749
tree5d4c38fcf99d6050767dbccb47d1b276265e2f8f
parent31794adb260f5e249157983a24b16611bccf689e
feat(login): Clear login form (password) after IDLE timeout

For security reasons it is recommended to stop the login process at a defined time,
this could prevent password leaks by e.g. user forgetting that they entered their password on public devices.

Enforced e.g. by the BSI ORP.4.A13 rule.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
config/config.sample.php
core/Controller/LoginController.php
core/src/components/login/LoginButton.vue
core/src/components/login/LoginForm.cy.ts [new file with mode: 0644]
core/src/components/login/LoginForm.vue
cypress/support/component.ts
tests/Core/Controller/LoginControllerTest.php