1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-09 16:01:50 +03:00
Files
bookstack/app/Exceptions/LoginAttemptException.php
Dan Brown 575b85021d Started alignment of auth services
- Removed LDAP specific logic from login controller, placed in Guard.
- Created safer base user provider for ldap login, to be used for SAML
soon.
- Moved LDAP auth work from user provider to guard.
2020-02-01 11:42:22 +00:00

7 lines
91 B
PHP

<?php namespace BookStack\Exceptions;
class LoginAttemptException extends \Exception
{
}