BookStack/tests/Auth
Dan Brown a1b1f8138a
Updated email confirmation flow so confirmation is done via POST
To avoid non-user GET requests (Such as those from email scanners)
auto-triggering the confirm submission. Made auto-submit the form via
JavaScript in this extra added step with user-link backup to keep
existing user flow experience.

Closes #3797
2022-11-12 15:11:59 +00:00
..
AuthTest.php Quick run through of applying new test entity helper class 2022-09-29 22:11:16 +01:00
GroupSyncServiceTest.php Auth group sync: Fixed unintential mapping behaviour change 2022-06-27 14:18:46 +01:00
LdapTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
LoginAutoInitiateTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
MfaConfigurationTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
MfaVerificationTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
OidcTest.php Removed old thai files, added romanian as lang option 2022-09-06 17:41:32 +01:00
RegistrationTest.php Updated email confirmation flow so confirmation is done via POST 2022-11-12 15:11:59 +00:00
ResetPasswordTest.php Added login throttling test, updated reset-pw test method names 2022-09-22 17:29:38 +01:00
Saml2Test.php Prevented saml2 autodiscovery on metadata load 2022-10-16 09:50:08 +01:00
SocialAuthTest.php Updated tests to use ssddanbrown/asserthtml package 2022-07-23 15:10:18 +01:00
UserInviteTest.php Updated test to align with latest translation 2022-10-21 10:41:55 +01:00