bookstack/app/Exceptions
Dan Brown 5632fef621
Auth: Added specific guards against guest account login
Hardened things to enforce the intent that the guest account should not
be used for logins.
Currently this would not be allowed due to empty set password, and no
password fields on user edit forms, but an error could occur if the
login was attempted.

This adds:
- Handling to show normal invalid user warning on login instead of a
  hash check error.
- Prevention of guest user via main login route, in the event that
  inventive workarounds would be used by admins to set a password for
  this account.
- Test for guest user login.
2024-12-11 14:22:48 +00:00
..
ApiAuthException.php Simplify ApiAuthException control flow 2023-06-16 10:00:02 +02:00
BookStackExceptionHandlerPage.php
ConfirmationEmailException.php
FileUploadException.php
Handler.php PHPStan: Fixed larastan loading and address some level2 issues 2023-12-10 14:58:05 +00:00
HttpFetchException.php
ImageUploadException.php
JsonDebugException.php Change JsonDebugException to Responsable interface 2023-06-16 09:53:12 +02:00
LdapException.php
LoginAttemptEmailNeededException.php
LoginAttemptException.php
LoginAttemptInvalidUserException.php Auth: Added specific guards against guest account login 2024-12-11 14:22:48 +00:00
MoveOperationException.php
NotFoundException.php
NotifyException.php
PdfExportException.php PDF: Added implmentation of command PDF option 2024-04-24 16:09:53 +01:00
PermissionsException.php
PrettyException.php
SamlException.php
SocialDriverNotConfigured.php
SocialSignInAccountNotUsed.php
SocialSignInException.php
StoppedAuthenticationException.php Auth: Changed email confirmations to use login attempt user 2024-05-20 17:23:15 +01:00
ThemeException.php Theme: Added handling for functions.php file load error 2023-09-12 12:34:02 +01:00
UserRegistrationException.php
UserTokenExpiredException.php
UserTokenNotFoundException.php
UserUpdateException.php
ZipExportException.php ZIP Exports: Finished up format doc, move files, started builder 2024-10-15 16:14:11 +01:00
ZipImportException.php ZIP Imports: Finished off core import logic 2024-11-11 15:06:46 +00:00
ZipValidationException.php ZIP Import: Added upload handling 2024-11-02 20:48:21 +00:00