Merge pull request #24947 from owncloud/2fa-remember-redirect-url
remember redirect_url when solving the 2FA challenge
No related branches found
No related tags found
Showing
- core/Controller/LoginController.php 5 additions, 0 deletionscore/Controller/LoginController.php
- core/Controller/TwoFactorChallengeController.php 17 additions, 5 deletionscore/Controller/TwoFactorChallengeController.php
- core/Middleware/TwoFactorMiddleware.php 10 additions, 2 deletionscore/Middleware/TwoFactorMiddleware.php
- core/templates/twofactorselectchallenge.php 6 additions, 1 deletioncore/templates/twofactorselectchallenge.php
- lib/private/AppFramework/DependencyInjection/DIContainer.php 2 additions, 1 deletionlib/private/AppFramework/DependencyInjection/DIContainer.php
- tests/Core/Controller/TwoFactorChallengeControllerTest.php 7 additions, 5 deletionstests/Core/Controller/TwoFactorChallengeControllerTest.php
- tests/Core/Middleware/TwoFactorMiddlewareTest.php 15 additions, 4 deletionstests/Core/Middleware/TwoFactorMiddlewareTest.php
Loading
Please register or sign in to comment