yii2-usuario
yii2-usuario copied to clipboard
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
### What steps will reproduce the problem? install, migrate, try to create ``` ./yii user/create [email protected] test ``` ### What is the expected result? success or error description ### What...
### What steps will reproduce the problem? No one info on form ### What is the expected result? something like ```php ``` ### What do you get instead? https://github.com/2amigos/yii2-usuario/blob/5181bbc60a2c72aa37344a260e39cd6f6211a803/src/User/resources/views/rule/create.php#L22-L31
### What steps will reproduce the problem? If `allowPasswordRecovery = true` the admin can't reset user password. This is terrible. ### What is the expected result? Display "reset" button any...
### What steps will reproduce the problem? `compoer install`/`compoer update` on root folder of this package ### What is the expected result? all vendor packages is installed sucessfly ### What...
### What steps will reproduce the problem? No we have not tools for check fact of user "unconfirmed" email. Username | Email | Registration IP | Registration time | Last...
Installing higher version than 1.0.13 with yii2-bootstrap 2.1.x (bootstrap 4) not possible, because yii2-selectize-widget need 2.0.x-dev. 
This is a variation to #102 - and not sure how much of it is possible in this module... but it would be nice to have. It is a scenario...
Implement some way to force users who haven't accepted privacy policy yet to be forced to do. Consider the case when you add GDPR support to an existing site, and...
Provide administrator with the possibility to blacklist on signup: * [ ] Countries * [ ] IPs * [ ] Emails * [ ] Domains
Feature request: I'd like to be able to specify some permissions/roles able to create/update/delete only roles and users (so they cannot mess up with permissions and rules) Also it would...