yii2-usuario icon indicating copy to clipboard operation
yii2-usuario copied to clipboard

Highly customizable and extensible user management, authentication, and authorization Yii2 extension

Results 123 yii2-usuario issues
Sort by recently updated
recently updated
newest added

### 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...

under discussion

### 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...

under discussion

### 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?...

under investigation

### 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' =>...

under investigation
under discussion

@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...

under discussion

### 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...

enhancement
under discussion

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`.

bug
in progress

### 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...

question

### 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...

under investigation