mata / mata-user
MATA 的灵活用户注册和认证模块
1.0.5-alpha
2020-03-15 17:34 UTC
Requires
- yiisoft/yii2: ~2.0
- yiisoft/yii2-authclient: ~2.0
- yiisoft/yii2-swiftmailer: ~2.0
Requires (Dev)
This package is not auto-updated.
Last update: 2024-09-23 15:20:39 UTC
README
媒体模块与媒体存储(如AWS S3)接口,用于托管内容,如图片、视频和文件。它被许多 MATA 和 MATA CMS 模块广泛使用。
致谢
本模块基于dektrium的优秀作品 Yii2 User by dektrium。
安装
- 使用 composer 添加模块
"mata/mata-user": "~1.0.0"
- 运行迁移
php yii migrate/up --migrationPath=@vendor/mata/mata-user/migrations
变更日志
1.0.4-alpha, 2015年8月21日
- 修复了密码恢复功能
1.0.3-alpha, 2015年7月20日
- 移除了对 matacms 的依赖
1.0.2.1-alpha, 2015年6月26日
- 移除了用户已登录时的登录页面 400 错误
1.0.2-alpha, 2015年6月3日
- 使用户模型使用 \yii\db\ActiveQuery
1.0.1-alpha, 2015年5月2日
- 错误修复
1.0.0-alpha, 2015年5月18日
- 首次发布