Change Password ¶
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(); ?>
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.