2017 © Pedro Peláez
 

yii2-extension yii2-user

Flexible user registration and authentication module for Yii

image

yuncms/yii2-user

Flexible user registration and authentication module for Yii

  • Tuesday, November 7, 2017
  • by xutl
  • Repository
  • 1 Watchers
  • 1 Stars
  • 836 Installations
  • PHP
  • 13 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 99 Versions
  • 1 % Grown

The README.md

yii2-user

Latest Stable Version Total Downloads Reference Status Build Status Dependency Status License, (*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)

  • 注册使用邮箱激活账号
  • 使用社交账户注册
  • 密码找回
  • 账号和个人资料管理
  • 控制台命令
  • 用户管理接口

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

composer require --prefer-dist yuncms/yii2-user

or add, (*5)

"yuncms/yii2-user": "~2.0.0"

to the require section of your composer.json., (*6)

Configuring your application

Add following lines to your main configuration file:, (*7)

'modules' => [
    'user' => [
        'class' => 'yuncms\user\frontend\Module',
    ],
],

Updating database schema

After you downloaded and configured Yii2-user, the last thing you need to do is updating your database schema by applying the migrations:, (*8)

$ php yii migrate/up --migrationPath=@vendor/yuncms/yii2-user/migrations

Thanks to

License

This is released under the MIT License. See the bundled LICENSE.md for details., (*9)

The Versions

07/01 2017

1.2.0

1.2.0.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

24/11 2016

1.1.9

1.1.9.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

21/11 2016

1.1.8

1.1.8.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

19/11 2016

1.1.7

1.1.7.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

16/11 2016

1.1.6

1.1.6.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

15/11 2016

1.1.5

1.1.5.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

15/11 2016

1.1.4

1.1.4.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

12/11 2016

1.1.3

1.1.3.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

12/11 2016

1.1.2

1.1.2.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

11/11 2016

1.1.1

1.1.1.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user

11/11 2016

1.1.0

1.1.0.0

Flexible user registration and authentication module for Yii

  Sources   Download

MIT

The Requires

 

The Development Requires

yii2 user management yii2-user