Download the PHP package marsoltys/yii2user without Composer
On this page you can find all versions of the php package marsoltys/yii2user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2user
NOTE: This is Yii2-User module, which is rewritten version of Yii-User which can be found on http://www.yiiframework.com/extension/yii-user
This module allows you to maintain users.
Yii-User Installation
Download
Download or checkout (SVN/Git) from https://github.com/marsoltys/yii2user and unpack files in your protected/modules/user
Composer
composer require "marsoltys/yii2user:*",
Configure
Change your config console:
Install
-
Run console command:
php yii migrate --migrationPath=@marsoltys/yii2user/migrations
- Provide admin login, email and password in console when prompted.
NOTE
Please note that "user" component will be configured through this User module. To configure user component classes please see comments in web.php config file of "Configure" section above
TODO
- Fix "Autocomplete" and "Belongsto" components
- Refresh user session if anything changes within user details (logout user after pass change?)
- add activation email option when user is created by admin and status is not active
CHANGELOG
1.0.0.2
- Added bootstrapping through composer
All versions of yii2user with dependencies
PHP Build Version
Package Version
No informations.
The package marsoltys/yii2user contains the following files
Loading the files please wait ....