yii2-usuario
yii2-usuario copied to clipboard
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
E. g. in password recovery: do not show error or nothing on invalid email, always show `If your email address exists you will receive an email with instructions for resetting...
I am trying to set global AccessControl on application. I have this in application configuration: ``` 'components' => [ ... ], 'modules' => [ 'user' => [ 'class' => Da\User\Module::class,...
I added `"yiisoft/yii2-bootstrap5": "*"` to composer and when i ran `composer update` I get ``` Your requirements could not be resolved to an installable set of packages. Problem 1 -...
Implemented the possibility to autocomplete email and username from ldap when create a new user
In current implementation, ReCaptcha is configured to use the `google.com` domain. While this setup is functional, it introduces potential legal and compliance risks related to cookie management. Specifically, the `google.com`...
| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | yes | Fixed...
### The problem The route `/user/[user-id]` is a "public" profile page. By default this page is open and visible by anyone without any authorization, allowing for anyone to collect data...
Bootstrap here is outdated, no releases lately make hard to implement breaking changes. I suggest a plan for getting past this # 1. I have created a dev branch here:...
### What steps will reproduce the problem? I have override classes 'classMap' => [ 'User' => \common\models\User::class, 'Profile' => \common\models\Profile::class, 'RegistrationForm' => \common\forms\RegistrationForm::class, 'LoginForm' => \common\forms\LoginForm::class, 'Token' => \common\models\Token::class, 'MailService'...