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