2017 © Pedro Peláez
 

yii2-extension yii2-user

Flexible user registration and authentication module for Yii2

image

jarrus90/yii2-user

Flexible user registration and authentication module for Yii2

  • Thursday, November 23, 2017
  • by jarrus
  • Repository
  • 2 Watchers
  • 1 Stars
  • 390 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Yii2-user

Build Status, (*1)

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:, (*2)

  • 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., (*3)

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing., (*4)

License

Yii2-user is released under the BSD-3-Clause License. See the bundled LICENSE.md for details., (*5)

Requirements

YII 2.0, (*6)

Usage

1) Install with Composer, (*7)


"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., (*8)

The Versions