mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
575b85021d
- 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.
7 lines
113 B
PHP
7 lines
113 B
PHP
<?php namespace BookStack\Exceptions;
|
|
|
|
class LoginAttemptEmailNeededException extends LoginAttemptException
|
|
{
|
|
|
|
}
|