Top "Yii2-user" questions

A flexible user management module that handles common tasks such as registration, authentication and password retrieval.

Yii2 - How to get the current username or name from Yii::$app->user?

How do you add, or get, variables using Yii::$app->user->something? I don't want to get them …

php yii yii2 yii2-user
Invalid Configuration – yii\base\InvalidConfigException

I'm using xampp for windows 8 and i have recently installed dektrium/yii2-user. I have followed the installation instructions here: …

php yii2 yii2-user
Yii2 Login from DB (Setting unknown property: app\models\User::password_hash)

I want the user authentication in Yii to be based on user table in my database. This is my User …

authentication yii2 password-hash yii2-user
Yii2 password hash

I'd like to know how password hash is generated? // This is my code: $email="[email protected]"; $password="mypassword"; // How …

yii2 yii2-advanced-app yii2-user
Allow only author to edit his post in yii2 using ACF

I am using Access Control Filter for access managing, but can't get one thing done - for example, how can …

php yii2 access-control role yii2-user
Invalid validation rule: a rule must specify both attribute names and validator type, in Yii2

In my basic app project, I'm trying to integrate the signup form, I'm getting this error: Invalid validation rule: a …

yii2 yii2-basic-app yii2-user yii2-validation
Yii2 ldap identity set up after authentication

I am newbie with Yii2 and I need to create a login system using ldap. There is not much information …

authentication ldap yii2 yii2-advanced-app yii2-user