yii2-usuario
yii2-usuario copied to clipboard
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
How do i get yii2-usuario recaptcha to work with Ajax posts? [Recaptcha](https://yii2-usuario.readthedocs.io/en/stable/helpful-guides/how-to-use-recaptcha-widget/) in my model i have this ``` public $captcha; public function rules() { return [ [['captcha'], 'required'], [['captcha'],...
### What steps will reproduce the problem? When following the [guide for creating a user](https://yii2-usuario.readthedocs.io/en/latest/guides/first-steps/#creating-your-first-user) on a fresh install the process errors. This is based off the yii2-advanced-app 1. Install...
in my modules i have this ``` 'admin' => [ 'class' => \Da\User\Controller\AdminController::class, //'administratorPermissionName' => 'admin', 'as access' => [ 'class' => yii\filters\AccessControl::class, 'rules' => [ //['allow' => true, 'actions'...
### What steps will reproduce the problem? Trying to get end-users to login with their Microsoft365 account ### What is the expected result? Login with "Microsoft 365" alongside Facebook, Github,...
| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes | Fixed...
### What steps will reproduce the problem? 1. Log in and connect the same user with multiple SocialNetworks, I'm using o365 and a custom one, but it should affect all...
| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes This aims...
### What steps will reproduce the problem? Trying to get end-users to login with their Xero account ### What is the expected result? Login with "Xero" alongside Facebook, Github, Google,...
The view `yii2-usuario/src/User/resources/views/settings/networks.php` is parsed as follows:  Do you notice the slightly odd (and so annoying! :) indentation of the 'Disconnect' button? That's because the `` is inline set...