yii2mod / yii2-user

Flexible user registration and authentication module for Yii2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get user which created in afterSignup event

masihfathi opened this issue · comments

i want to create an another model in afterSignup event which i need the user id of the created user? what should i do?

the problem solved by changing the strategy i override the signup form in the standalone action.
thanks for your great work in the yii2 mod extensions.