]> BookStack Code Mirror - bookstack/commit
Updated flow to ensure /register/confirm route is used where needed
authorDan Brown <redacted>
Sat, 5 Sep 2020 16:26:48 +0000 (17:26 +0100)
committerDan Brown <redacted>
Sat, 5 Sep 2020 16:26:48 +0000 (17:26 +0100)
commitff1ee2d71f2adad10060bc36d85453f4044f0456
treecbbb2bbdb3ba0484504f05d15b094c07b5d512b8
parentc029741a1718f7ea3f029bd4f52d95a2edfe9b9d
Updated flow to ensure /register/confirm route is used where needed

Was accidentally skipped during previous updates. Will now be used on
saml, ldap & standard registration where required.
Uses session to know if the email was just sent and, if so, show the
confirmation route.
app/Auth/Access/RegistrationService.php
app/Http/Middleware/Authenticate.php
tests/Auth/AuthTest.php
tests/Auth/LdapTest.php
tests/Auth/Saml2Test.php