chabibnr/yii2-change-password

Simple change password system

Installs: 140

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

dev-master 2018-05-11 04:05 UTC

This package is auto-updated.

Last update: 2024-04-16 19:09:15 UTC


README

Simple change password system

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist chabibnr/yii2-change-password "*"

or add

"chabibnr/yii2-change-password": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \chabibnr\changePassword\Form::widget(); ?>