chabibnr / yii2-change-password
Simple change password system
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-11-16 20:22:20 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(); ?>