chabibnr/yii2-change-password

简单的密码更改系统

安装: 143

依赖者: 0

建议者: 0

安全: 0

星星: 1

关注者: 3

分支: 1

开放问题: 0

类型:yii2-extension

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

This package is auto-updated.

Last update: 2024-09-16 19:59:10 UTC


README

简单的密码更改系统

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一:

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

或者在您的 composer.json 文件的 require 部分添加

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

使用

一旦安装了扩展,只需在您的代码中使用它即可

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