jarrus90/yii2-user

This package is abandoned and no longer maintained. No replacement package was suggested.

Flexible user registration and authentication module for Yii2

Installs: 431

Dependents: 6

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1.0 2016-09-23 14:40 UTC

This package is not auto-updated.

Last update: 2023-05-24 05:50:16 UTC


README

Build Status

Most of web applications provide a way for users to register, log in or reset their forgotten passwords. Rather than re-implementing this on each application, you can use Yii2-user which is a flexible user management module for Yii2 that handles common tasks such as registration, authentication and password retrieval. The latest version includes following features:

  • Registration with an optional confirmation per mail
  • Registration via social networks
  • Password recovery
  • Account and profile management
  • Console commands
  • User management interface

NOTE: Module is in initial development. Anything may change at any time.

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

License

Yii2-user is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.

##Requirements

YII 2.0

##Usage

  1. Install with Composer
"require": {
    "jarrus90/yii2-user": "1.*",
},

php composer.phar update

Thanks to

dektrium/yii2-user and dektrium/yii2-rbac Main code and ideas are taken from this projects.