2amigos / yii2-usuario

Highly customizable and extensible user management, authentication, and authorization Yii2 extension
https://github.com/2amigos/yii2-usuario
Other
295 stars 142 forks source link

How to get User informations? #429

Open TimoB2005 opened 3 years ago

TimoB2005 commented 3 years ago

I want to get the Userinformations but nothing works...

Yii::$app->user->getEmail();

dont works

paskuale75 commented 3 years ago

VarDumper::dump(Yii::$app->user, 10, true); what tell to you ?