Merge pull request #19845 from nextcloud/enh/events/loginFailedEvent
Event for failed login attempts
No related branches found
No related tags found
Showing
- lib/composer/composer/autoload_classmap.php 3 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 3 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/Authentication/Events/LoginFailed.php 43 additions, 0 deletionslib/private/Authentication/Events/LoginFailed.php
- lib/private/Authentication/Listeners/LoginFailedListener.php 64 additions, 0 deletionslib/private/Authentication/Listeners/LoginFailedListener.php
- lib/private/Authentication/Login/LoggedInCheckCommand.php 15 additions, 3 deletionslib/private/Authentication/Login/LoggedInCheckCommand.php
- lib/private/Server.php 6 additions, 0 deletionslib/private/Server.php
- lib/private/User/Session.php 7 additions, 1 deletionlib/private/User/Session.php
- lib/public/Authentication/Events/LoginFailedEvent.php 58 additions, 0 deletionslib/public/Authentication/Events/LoginFailedEvent.php
- tests/lib/Authentication/Login/LoggedInCheckCommandTest.php 8 additions, 1 deletiontests/lib/Authentication/Login/LoggedInCheckCommandTest.php
Loading
Please register or sign in to comment