Hi,
I want to trigger beforeLogin().
How can I use this function.
Hi,
I want to trigger beforeLogin().
How can I use this function.
Good info.
THX Timmy
$this->trigger(Yii\web\User::EVENT_BEFORE_LOGIN);
if you just want to trigger I think
(I don’t know what you exactly want to do)
Item #2 was exactly what I want.
Thx.