How To Create A User In Advanced Template ?

Hi all,

just a Yii2 newbie question : how to add a user in tbl_user table in advanced template ?..

Thanks !

You can use User::create() for that (also I’m pretty sure there’s some kind of signup form using it)

Thanks, i’ve checked in the frontend and there’s effectively a sign-up form ::)