BookStack/tests/Auth
Dan Brown 87a5340a05
Prevented email confirmation exception throw on registration
Was preventing any other registration actions from taking place such as
LDAP/SAML group sync. Email confirmation should be actioned by
middleware on post-registration redirect.

Added testing to cover.
Tested for LDAP, SAML and normal registration with email confirmation
required to ensure flows work as expected.

Fixes #2082
2020-08-04 17:54:50 +01:00
..
AuthTest.php Removed role 'name' field from database 2020-08-04 14:55:01 +01:00
LdapTest.php Prevented email confirmation exception throw on registration 2020-08-04 17:54:50 +01:00
Saml2Test.php Prevented email confirmation exception throw on registration 2020-08-04 17:54:50 +01:00
SocialAuthTest.php Updated test files to be PSR-4 compliant 2020-04-04 01:16:05 +01:00
UserInviteTest.php Updated test files to be PSR-4 compliant 2020-04-04 01:16:05 +01:00