1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-11 17:51:02 +00:00
wallabag/tests/Controller
Kevin Decherf b09224cac1 Add a two-step setup of OTP
Before this change, 2FA with OTP was enabled before the user was able to
submit a code to validate the setup. Thus, this could lead to a
situation where the user is locked out of her account if there was an
issue setting up her application.

Now we rely on a new boolean property that is set to true only after the
user submits a valid code during the setup phase.

Fixes #4867

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2025-07-28 22:58:43 +02:00
..
Api Add annotations filter to entries API endpoint 2025-07-03 20:19:05 +04:00
Import Merge branch '2.6' into master 2025-06-05 00:37:56 +02:00
AnnotationControllerTest.php Add IsGranted to AnnotationController 2025-03-14 09:30:34 +01:00
ConfigControllerTest.php Add a two-step setup of OTP 2025-07-28 22:58:43 +02:00
EntryControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
ExportControllerTest.php Move to PHPStan level 4 2025-04-07 12:20:06 +02:00
FeedControllerTest.php PHPStan level 5 2025-04-22 07:59:38 +02:00
IgnoreOriginInstanceRuleControllerTest.php No class level route annotations 2025-03-18 01:22:55 +01:00
SecurityControllerTest.php Add a two-step setup of OTP 2025-07-28 22:58:43 +02:00
SettingsControllerTest.php Convert 403 errors to 404 errors 2025-03-14 06:41:28 +01:00
SiteCredentialControllerTest.php No class level route annotations 2025-03-18 01:22:55 +01:00
StaticControllerTest.php Rename WallabagCoreTestCase to WallabagTestCase 2024-02-24 20:24:51 +01:00
TagControllerTest.php Merge branch '2.6' 2025-04-10 01:45:52 +02:00
UserControllerTest.php Rename WallabagCoreTestCase to WallabagTestCase 2024-02-24 20:24:51 +01:00