BookStack/app/Auth/Access
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
..
Guards Fixed not shown existing-email warning on new ldap user 2020-04-26 12:13:00 +01:00
EmailConfirmationService.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
ExternalAuthService.php Removed role 'name' field from database 2020-08-04 14:55:01 +01:00
ExternalBaseUserProvider.php Started alignment of auth services 2020-02-01 11:42:22 +00:00
Ldap.php Added proper escaping to LDAP filter operations 2018-12-20 20:04:09 +00:00
LdapService.php Fixed side-effect in binary LDAP handling 2020-02-15 22:35:15 +00:00
RegistrationService.php Prevented email confirmation exception throw on registration 2020-08-04 17:54:50 +01:00
Saml2Service.php Prevented email confirmation exception throw on registration 2020-08-04 17:54:50 +01:00
SocialAuthService.php Fixed 'interaction_required' response for azure 2020-02-12 15:03:55 +01:00
UserInviteService.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00
UserTokenService.php Ran phpcbf and updated helpers typehinting 2019-09-15 18:29:51 +01:00