]> BookStack Code Mirror - bookstack/commit
Checked over and aligned registration option behavior across all auth options
authorDan Brown <redacted>
Sun, 2 Feb 2020 17:31:00 +0000 (17:31 +0000)
committerDan Brown <redacted>
Sun, 2 Feb 2020 17:31:00 +0000 (17:31 +0000)
commit3991fbe726c527b89d06cb0b2afdca705cafa494
tree6bf8dd4110801c33f14a5149d43546bfec83f1d2
parente6c6de0848caab863f410bbf9a74312392db9dcd
Checked over and aligned registration option behavior across all auth options

- Added tests to cover
20 files changed:
app/Auth/Access/ExternalAuthService.php
app/Auth/Access/Guards/ExternalBaseSessionGuard.php
app/Auth/Access/Guards/LdapSessionGuard.php
app/Auth/Access/LdapService.php
app/Auth/Access/RegistrationService.php
app/Auth/Access/Saml2Service.php
app/Auth/Access/SocialAuthService.php
app/Auth/User.php
app/Auth/UserRepo.php
app/Exceptions/Handler.php
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/Saml2Controller.php
app/Http/Controllers/Auth/SocialController.php
app/Providers/AuthServiceProvider.php
resources/lang/en/errors.php
resources/lang/en/settings.php
resources/views/settings/index.blade.php
tests/Auth/LdapTest.php
tests/Auth/Saml2Test.php