This website requires JavaScript.
Explore
Help
Sign In
Infra-Mirrors
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-10-01 01:36:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d0925e0e91
BookStack
/
app
/
Exceptions
/
LoginAttemptException.php
8 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
Apply fixes from StyleCI
2021-06-26 11:23:15 -04:00
<
?
php
namespace
BookStack\Exceptions
;
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 06:42:22 -05:00
class
LoginAttemptException
extends
\Exception
{
}
Reference in New Issue
Copy Permalink