Release 2.61 (#5990)

This commit is contained in:
Kevin Papst
2026-06-17 07:27:57 +02:00
committed by GitHub
parent 7f716fa2d6
commit f8bc853d2f
14 changed files with 310 additions and 157 deletions

View File

@@ -74,6 +74,7 @@ security:
login_link:
check_route: link_login_check
lifetime: 900
login_path: login
max_uses: 3
# 'password' binds the HMAC signature to the password hash, so a
# link becomes invalid as soon as the user changes the password
@@ -93,6 +94,8 @@ security:
access_control:
- {path: '^/auth/2fa', role: IS_AUTHENTICATED_2FA_IN_PROGRESS}
- {path: '^/auth', roles: PUBLIC_ACCESS}
- {path: '^/login', roles: PUBLIC_ACCESS}
- {path: '^/logout', roles: PUBLIC_ACCESS}
- {path: '^/{_locale}$', role: PUBLIC_ACCESS}
- {path: '^/{_locale}/auth', role: PUBLIC_ACCESS}
- {path: '^/{_locale}/login', role: PUBLIC_ACCESS}