yii2-usuario
yii2-usuario copied to clipboard
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
 ### What steps will reproduce the problem? Adding the "required" rule to the captcha attribute ### What is the expected result? If captcha field is empty, it should say...
Hello! I need to implement a third-pary service login and registration via API. Is there a way to add new custom scenario? Or i even dont need it? How it...
### What steps will reproduce the problem? Use 'on'-syntax for configure triggers of actions: ``` 'recovery' => [ 'class' => \Da\User\Controller\RecoveryController::class, 'on ' . \Da\User\Event\ResetPasswordEvent::EVENT_AFTER_RESET => function (\Da\User\Event\ResetPasswordEvent $event) {...
Hello! Is there any way not to send a default welcome email and send my own email in overrode RegisterController? Can't find an option. In fact, I only need to...
### What steps will reproduce the problem? Install yii2-usuario module out of the box (without two factor autentication enabled). Add a user and then try to change its password in...
Rule search has an `=` condition while it can be `LIKE`
### What steps will reproduce the problem? Set emailChangeStrategy to default or secure. Configure SMTP account. Go to account settings and change the email address with one that does not...
### What steps will reproduce the problem? editing a role ### What is the expected result? add role in user ### What do you get instead? preg_match(): Compilation failed: invalid...
An admin should be able to impose restrictions on password complexity. For example: 1. require one (or more) capital 1. require one (or more) number 1. require one (or more)...
### What steps will reproduce the problem? Related to #316 User which sign-in while using the old code, which `$this->client->getEmail()` will return null, and saved to **social_account** table, with **email**...