matacms / matacms-user
Flexible user registration and authentication module for MATA CMS
Installs: 2 113
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- mata/mata-user: ~1.0-alpha
- matacms/matacms-base: ~1.0-alpha
- matacms/matacms-rbac: ~1.0-alpha
Requires (Dev)
- dev-master
- 1.0.8-alpha
- 1.0.7-alpha
- 1.0.6-alpha
- 1.0.5-alpha
- 1.0.4-alpha
- 1.0.3-alpha
- 1.0.2.9-alpha
- 1.0.2.8-alpha
- 1.0.2.7-alpha
- 1.0.2.6-alpha
- 1.0.2.5-alpha
- 1.0.2.4-alpha
- 1.0.2.3-alpha
- 1.0.2.2-alpha
- 1.0.2.1-alpha
- 1.0.2-alpha
- 1.0.1.8-alpha
- 1.0.1.7-alpha
- 1.0.1.6-alpha
- 1.0.1.5-alpha
- 1.0.1.4-alpha
- 1.0.1.3-alpha
- 1.0.1.2-alpha
- 1.0.1.1-alpha
- 1.0.1-alpha
- 1.0.0-alpha
- dev-development
This package is not auto-updated.
Last update: 2024-11-18 17:07:21 UTC
README
User module for MATA CMS.
Acknowledgement
This module is based on the excellent Yii2 User by dektrium.
Installation
- Add the module using composer:
"matacms/matacms-user": "~1.0.0"
- Run migrations
php yii migrate/up --migrationPath=@vendor/matacms/matacms-user/migrations
Changelog
1.0.6-alpha, April 2, 2017
- Allowed blocking / unblocking users by a POST request
1.0.3-alpha, November 7, 2016
- Added ability to overwrite module using psr-4 paths
1.0.2.9-alpha, September 19, 2016
- Added getAvailableModules() method into ModuleAccessibilityManager and use it in module accesibility widget
1.0.2.8-alpha, May 13, 2016
- Bug fix
1.0.2.7-alpha, May 13, 2016
- Bug fix
1.0.2.6-alpha, May 13, 2016
- Added setOffsetFromUTC() and getOffsetFromUTC() to User model and offsetFromUTC property to LoginForm
1.0.2.5-alpha, May 5, 2016
- Fixed user search functionality
1.0.2.4-alpha, November 2, 2015
- Added sending welcome message on user creation
1.0.2.3-alpha, September 16, 2015
- Added /user/create/admin command (creates user with admin role)
1.0.2.2-alpha, August 23, 2015
- Fix for user profile image
1.0.2.1-alpha, August 21, 2015
- Removed delete/block button on list view
1.0.2-alpha, August 21, 2015
- Added sending email whe administrator changed user password
- Fixed Block/Unblock functionality
- Added profile fields on create user form
- Updates
1.0.1.8-alpha, July 23, 2015
- Updates
1.0.1.7-alpha, July 22, 2015
- Updates
1.0.1.6-alpha, July 22, 2015
- Updates, role assignment (rbac) field added with functionality
1.0.1.5-alpha, July 22, 2015
- Update
1.0.1.4-alpha, July 20, 2015
- Updates
1.0.1.3-alpha, July 20, 2015
- Update
1.0.1.2-alpha, July 20, 2015
- Updates
1.0.1.1-alpha, July 20, 2015
- Added dependency on matacms/matacms-rbac ~1.0-alpha
1.0.1-alpha, July 20, 2015
- Added dependency on matacms/matacms-rbac dev-development
1.0.0-alpha, July 20, 2015
- Initial release