A flexible user management module that handles common tasks such as registration, authentication and password retrieval.
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-userI want the user authentication in Yii to be based on user table in my database. This is my User …
authentication yii2 password-hash yii2-userI'd like to know how password hash is generated? // This is my code: $email="[email protected]"; $password="mypassword"; // How …
yii2 yii2-advanced-app yii2-userI 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-userIn 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-validationI 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