- Fork dmstr/yii2-adminlte-asset and break dependency from cebe/yii2-gravatar
- Make use account avatars (adminlte has some pictures).
- User profile page. +++
- Console command for database backup. +++ (via sql console command)
- Session messages (after logout, register and so on). +++
- Global translation function t() wrapper for Yii::t(). +++
- Wrapper for session->setFlash in base Controller. +++
- New "Settings" tab in user profile with preferred language and timezone.
- Option for enable/disable social login in user login action.
Features for 0.2 release:
- Users management page (related with no.3). +++
- Configuration editor (avoid of manual editing params in config/web.php). +++
- Simple RBAC with "Administrator" and "Registered" roles. +++
- Modal with remote content. +++
- Modules integration (consider module as subapplication). +++
Features for 0.3 release:
- Send email after registration:
- email text
- setting for enable/disable sending
- add checkbox in admin user create form for sending email
- Localization.
- System log page.
- User activation by email (levearage of 'Pending' status).
- Role editor (allow to add/delete permissions to role).
- Modules administation.
- Server info (info about server and php) module.