nex-otaku/yii2-uuid-user

Fork of Dektrium user extension, with UUID support.

Installs: 59

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.1.0 2018-04-05 08:07 UTC

This package is auto-updated.

Last update: 2024-03-29 03:25:44 UTC


README

Fork of Dektrium user extension, with UUID support.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nex-otaku/yii2-uuid-user "*"

or add

"nex-otaku/yii2-uuid-user": "*"

to the require section of your composer.json file.

Features

  1. Easily disable profile fields and avatar.

  2. Email as username.

  3. UUID support.

  4. SoftDelete.

Usage

See "dektrium/yii2-user".