BookStack/app/Access/Controllers
Dan Brown d133f904d3
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.
2024-05-20 17:23:15 +01:00
..
ConfirmEmailController.php Auth: Changed email confirmations to use login attempt user 2024-05-20 17:23:15 +01:00
ForgotPasswordController.php Routes: Added throttling to a range of auth-related endpoints 2024-05-20 14:00:58 +01:00
HandlesPartialLogins.php Auth: Changed email confirmations to use login attempt user 2024-05-20 17:23:15 +01:00
LoginController.php
MfaBackupCodesController.php
MfaController.php
MfaTotpController.php
OidcController.php
RegisterController.php
ResetPasswordController.php Routes: Added throttling to a range of auth-related endpoints 2024-05-20 14:00:58 +01:00
Saml2Controller.php
SocialController.php
ThrottlesLogins.php
UserInviteController.php