abhi1693/yii2-user Yii2 user registration and authentication module

moduleuser

Yii2-User

Gratipay User Dependency Status Code Climate Latest Stable Version Total Downloads Latest Unstable Version

Yii2-User provides a web interface for advanced access control, user management and includes following features:

NOTE: Module is not yet in alpha version. Use it on your own risk. Some features are missing. Anything can be changed at any time.

Works only with Yii2 app advanced startup kit

  • Configurable Settings
    • Account(Login, Register, Password Reset, Password Recovery etc.)
    • Profile
    • Admin
  • Notification Settings
  • Ability to upload avatar
  • Rbac Implementation
  • Configurable Widgets
  • All settings configurable via GUI

Documentation

Installation

This document will guide you through the process of installing Yii2-User using composer.

Add Yii2-User to the require section of your composer.json file:

{
    "require": {
        "abhi1693/yii2-user": "*"
    }
}

And run following command to download extension using composer:

$ composer update

Configuration

To enable module you should configure your application as follows:

        'modules'    => [
        ...
            'user'      => [
                'class'  => \abhimanyu\user\UserModule::className(),
            ],
        ],
        'components' => [
        ...
            'user'       => [
                'identityClass' => \abhimanyu\user\models\UserIdentity::className(),
                'loginUrl'      => ['/user/auth/login'],
            ],
        ],

Updating database schema

Run application Self-Test to update the database.

Why feature X is missing?

Because it is not implemented yet or will never be implemented. Check out roadmap.

How to contribute?

Contributing instructions are located in https://github.com/abhi1693/yii2-user/blob/master/CONTRIBUTING.md file.

Roadmap

  • [x] User Registration
  • [x] Password Retrieval
  • [x] Account Management
  • [x] Profile Management
  • [ ] Console Commands
  • [x] User Management Interface
  • [x] Documentation
  • [x] Compatibility with MySQL
  • [ ] Compatibility with other databases
  • [ ] Compatibility with other templates

Change Log

Refer to Change Logs

License

Yii2-user is released under the MIT License. See the bundled https://github.com/abhi1693/yii2-user/blob/master/LICENSE for details.

Changelog

v0.0.4 [2015-04-16]

  • Fixed small bugs related to remember me duration
  • Separated user module settings into different files
  • Added User Login Type (Email Only, Username Only, Email and Username Both)
  • Added Google Re-captcha

v0.0.3 [2015-03-24]

  • Added translations
  • Added Module Settings (GUI)
  • Added Auth Clients
  • Added Remember Me Duration field
  • Fixed Typos

v0.0.2 [2015-02-13]

  • Added User Profile
  • Added Admin Panel
  • Added User creation from admin panel
  • Added User updation from admin panel
  • Changed Alert widget
  • Added avatar field
  • Added account settings

v0.0.1 [2015-02-09]

  • Initial Release
  • Added User Registration
  • Added Account Activation
  • Added Password Retrieval
  • Added Login/Logout
  • Added Swift Mail support
  • Fixed various views
  • Fixed invalid routes
  • Fixed other small bugs
  • Simplified code
  • Update migration
  • Fixed Account Activation

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v0.0.4 is the latest of 4 releases



MIT license
Stats
8 github stars & 5 github forks
0 downloads in the last day
1 downloads in the last 30 days
1165 total downloads