]> BookStack Code Mirror - bookstack/commit
Auth: Changed email confirmations to use login attempt user
authorDan Brown <redacted>
Mon, 20 May 2024 16:23:15 +0000 (17:23 +0100)
committerDan Brown <redacted>
Mon, 20 May 2024 16:23:15 +0000 (17:23 +0100)
commitd133f904d369cf2ca964a5c9f54e4e19843507c2
treecdd5170627a644d23b6b901a13d20de7d5bfd94e
parent69af9e0dbdefd8c6c951e8afbe2bba141d454beb
Auth: Changed email confirmations to use login attempt user

Negates the need for a public confirmation resend form
since we can instead just send direct to the last session login attempter.
app/Access/Controllers/ConfirmEmailController.php
app/Access/Controllers/HandlesPartialLogins.php
app/Access/EmailConfirmationService.php
app/Exceptions/StoppedAuthenticationException.php
lang/en/errors.php
resources/views/auth/register-confirm-awaiting.blade.php [moved from resources/views/auth/user-unconfirmed.blade.php with 66% similarity]
tests/Auth/RegistrationTest.php