mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/14258] Add event into auth::login before session creation
Fix typo PHPBB3-14258
This commit is contained in:
parent
2a218c2959
commit
9596db9b88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue