yii2-user-management User management module for Yii 2

  1. User management module for Yii 2
  2. Configuration and stuff on the project page
  3. Bug reports and feedback

User management module for Yii 2

Perks
  • User management
  • RBAC (roles, permissions and stuff) with web interface
  • Registration, authorization, password recovery and so on
  • Visit log
  • Optimised (zero DB queries during usual user workflow)
  • Nice widgets like GhostMenu or GhostHtml::a where elements are visible only if user has access to route where they point
Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist webvimark/module-user-management "*"

or add

"webvimark/module-user-management": "*"

to the require section of your composer.json file.

Configuration and stuff on the project page

https://github.com/webvimark/user-management

P.S. because syntax here differs from github and I'm to lazy to rewrite it

Plan

This is development version, so to make it production I need to do:

  1. Refactoring, refactoring and more refactoring
  2. Automated tests
  3. Integration with social networks

Bug reports and feedback

Either on github or forum

3 0
26 followers
0 downloads
Yii Version: 2.0
License: MIT
Category: Auth
Developed by: Vimark
Created on: Dec 16, 2014
Last updated: 9 years ago

Related Extensions