Download the PHP package cinghie/yii2-user-extended without Composer
On this page you can find all versions of the php package cinghie/yii2-user-extended. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cinghie/yii2-user-extended
More information about cinghie/yii2-user-extended
Files in cinghie/yii2-user-extended
Package yii2-user-extended
Short Description Module to extend funtionalities of Yii2 User by Dektrium.
License BSD-3-Clause
Homepage https://github.com/cinghie/yii2-user-extended
Informations about the package yii2-user-extended
Yii2 User Extended
Yii2 User Extended to extend Yii2 User by Dektrium: https://github.com/dektrium/yii2-user
This is not an standalone module to manage users but a module to extend Yii2 User extension.
Installation
The preferred way to install this extension is through composer.
Either run
or add this line to the require section of your composer.json
file.
Configuration
1. Images folder
Copy img folder to your webroot
2. Update yii2 user database schema
Make sure that you have properly configured db
application component
and run the following command:
3. Add Yii2 RBAC migrations
Add to common config file
and run migration
4. Update yii2 user extended database schema
5. Set configuration file
Set on your configuration file, in modules section
and in components section
If you have a Yii2 App Advanced add in Yii2 User Module config
Or use userextended filter that active profile and settings on backend (dektrium filter disable it)
6. Set captcha in Controller
in your SiteController set in actions() function
Overrides
Override controller example, on modules config
Override models example, on modules config
Override view example, on components config
Features
- Add new fields to user profile (optional params)
- avatar:
- The avatar can be uploaded
- The avatar can be updated
- On update avatar old image was deleted
- birthday
- captcha
- firstname
- lastname
- name (firstname + lastname)
- signature
- terms
- avatar:
- Add yii2-user fields to user profile like optional params
- bio
- gravatar email
- location
- public email
- website
- Add default Role on User Registration
All versions of yii2-user-extended with dependencies
yiisoft/yii2-jui Version ^2.0.7
cinghie/yii2-traits Version @dev