mata / mata-user
Flexible user registration and authentication module for MATA
Installs: 2 571
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
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-11-18 16:10:29 UTC
README
Media module interfaces with media storages such as AWS S3 to host content like images, videos and files. It is used extensively by many MATA and MATA CMS modules.
Acknowledgement
This module is based on the excellent Yii2 User by dektrium.
Installation
- Add the module using composer:
"mata/mata-user": "~1.0.0"
- Run migrations
php yii migrate/up --migrationPath=@vendor/mata/mata-user/migrations
Changelog
1.0.4-alpha, August 21, 2015
- Fixed password recovery functionality
1.0.3-alpha, July 20, 2015
- Removed dependency on matacms
1.0.2.1-alpha, June 26, 2015
- Removed 400 error from the login page when user already logged in
1.0.2-alpha, June 3, 2015
- Made User model use \yii\db\ActiveQuery
1.0.1-alpha, May 2, 2015
- Bug fix
1.0.0-alpha, May 18, 2015
- Initial release