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

dump php7.4 support, upgraded codeception v5 conf added changelog edit: removed all unused imports and some minor inspection changes

### What steps will reproduce the problem? - 'enableTwoFactorAuthentication' => true | in config - go into account settings and try to activate 2fa ### What is the expected result?...

Is there any reason why SwitchIdentityServices is not defined in ClassMap? Currently, if you want to override that service, you need to override adminController too, because bootstrap replaces any definition...

### What steps will reproduce the problem? when a user registers a new account, or uses social login, they get an error `[error][usuario] Expected response code 250 but got code...

Hi, How do i get the recaptcha to validate when submitting a form with ajax? this is my current jquery ``` $(document).on("submit", "#", function () { event.preventDefault(); event.stopImmediatePropagation(); var $form...

### What steps will reproduce the problem? After the update to v1.6 creating a new user or updating a password using the webinterface causes 500 internal server errors. **Create User**:...

Mailer component should not be hardcoded, since a complex application could have more than one mailer, each one using different transports or maybe different layouts. Should be a mailer component...

How can these settings reflect the current user language? It would be nice if this could be part of the application configuration.

When trying to install thru composer i keep getting this error ``` PS C:\xampp\htdocs\Schoolproject> composer -W require 2amigos/yii2-usuario:~1.0 Info from https://repo.packagist.org: #StandWithUkraine ./composer.json has been updated Running composer update 2amigos/yii2-usuario...