Thank you for this extension,
I've used your code to add upload function to yii2-user.
I found that the avatar name is not saved in DB, however everything else is working.
I solved this by adding $model->save(); in actionProfile() before the flash message line
Thank you for this extension, I've used your code to add upload function to yii2-user. I found that the avatar name is not saved in DB, however everything else is working.
I solved this by adding $model->save(); in actionProfile() before the flash message line
regards,