yii2-usuario
yii2-usuario copied to clipboard
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
### What steps will reproduce the problem? Some action set flash message before run trigger, but I can see 2 poin who set flash message after trigger. Of course I...
### What steps will reproduce the problem? 1. Configure two application on the same domain (i.e. `localhost`). 1. Switch identity on one of the two application 1. Load the second...
### What steps will reproduce the problem? When I try acess: /user/permission/create ### What is the expected result? Open form to input permission data ### What do you get instead?...
### What steps will reproduce the problem? 1) Create some roles ('admin', 'editor', 'author' etc); 2) Add yii\widgets\Menu; 3) Configure ```items``` array for Menu (e.g. ```['label' => 'Posts', 'url' =>...
@maxxer @tonydspaniard Since i´m developing the gdpr support, one thing came to mind. User management is a system that can be so complex and extended in many many ways. I...
### What steps will reproduce the problem? Broke or lose your phone ### What is the expected result? Access to website without phone ### What do you get instead? Code...
For example, there are events described in the documentation: `SocialNetworkConnectEvent::EVENT_BEFORE_CONNECT` && `SocialNetworkConnectEvent::EVENT_AFTER_CONNECT` but they are never reached. Registration and authorization use the same controller - `security/auth`, but not `registartion/connect`.
### What steps will reproduce the problem? Create user, without required access right to backend pages. Use backend login. ### What is the expected result? Show error that you're not...
### What steps will reproduce the problem? Try to use `za` or `some/route/permissions` as Permission name. ### What is the expected result? To be able to save the data. ###...
### What steps will reproduce the problem? I override user model and add a custom field with required rule ### What is the expected result? The model not required the...