mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
[ticket/14258] Add event into auth::login before session creation
Fix typo PHPBB3-14258
This commit is contained in:
@@ -984,7 +984,7 @@ class auth
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TEvent is triggered after checking for valid username and password, and before the actual session creation.
|
* Event is triggered after checking for valid username and password, and before the actual session creation.
|
||||||
*
|
*
|
||||||
* @event core.auth_login_session_create_before
|
* @event core.auth_login_session_create_before
|
||||||
* @var array login Variable containing login array
|
* @var array login Variable containing login array
|
||||||
|
Reference in New Issue
Block a user