yii2-usuario
yii2-usuario copied to clipboard
Highly customizable and extensible user management, authentication, and authorization Yii2 extension
Code breaks in PHP 8.1+. Have to make offset as string instead of float, otherwise it cannot be used as array key. | Q | A | ------------- | ---...
### What steps will reproduce the problem? I'm using PHP 8.1 When i go to the profile setting page, i get this error `Implicit conversion from float 12.75 to int...
- [ ] Allow multiple upload locations - [ ] Provide crop feature
… email. | Q | A | ------------- | --- | Is bugfix? | yes | New feature? | yes | Breaks BC? | no | Fixed issues | Check...
### What steps will reproduce the problem? I am trying to sign up using index.php?r=user/registration/register and can not create the user, nor get the email. the web configuration is: 'mail'...
No valid bower.json was found in any branch or tag of https://github.com/selectize/selectize.js.git
Getting that error when try to update with "composer update"
Bootstrap4
| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | | Fixed issues...
### What steps will reproduce the problem? So... We have "new" bootstrap... And separated extensions for it. This package use `yiisoft/yii2-bootstrap` in dependences composer show --tree ```sh 2amigos/yii2-usuario dev-master Highly...
### What steps will reproduce the problem? I use yii2 basic template and follow installation(https://yii2-usuario.readthedocs.io/en/latest/) and add admin user(https://yii2-usuario.readthedocs.io/en/latest/helpful-guides/first-steps/) with no errors. ### What is the expected result? Can log...
for some days after a update `$roles = Yii::$app->authManager->getRolesByUser(Yii::$app->user->getId());` returns a empty array _Originally posted by @EndErr in https://github.com/2amigos/yii2-usuario/issues/442#issuecomment-1052043485_