-
Hello, nice extension.
I have some troubles configuring forum.
As i see, there are two config scenarios: standalone forum users, and forum connected to app users.
I need to use third scenario - whe…
pavlm updated
7 years ago
-
Yesterday I finally managed to install the latest version of Podium with DbManager :champagne:
But while installing I came across the problem that index `idx-auth_item-type` was already presented in…
-
I have some doubts about yii2 rbac.i Import '.\vendor\yiisoft\yii2\rbac\migrations\schema-mysql.sql' and i find the column named type of auth_item table is added a normal index, and data type is inte…
-
Можно заюзать https://github.com/githubjeka/gui-rbac-yii2
-
http://www.yiiframework.com/doc-2.0/guide-security-authorization.html
Section: **frontend\models\SignupForm::signup()**
In the section describing assigning default roles at sign up, I suggest fixin…
ghost updated
7 years ago
-
I'm trying this extension for the first time
I've succesfully run composer installation of yii2-admin
In backend\config\main.php I've this (I omitted irrilevant code)
``` php
return [
....
…
-
Using \yii\web\User::can() for guest always returns false for all my cases. But it checks permissions and executes all relative bizrules.
Why does \yii\web\User::can() not return false for guest def…
-
При попытке выполнить`php yii rbac/init` вылетает ошибка
`PHP Fatal error: Class yii\mongodb\rbac\MongoDbManager contains 1 abstract method and must therefore be declared abstract or implement the r…
-
Hi @bizley ,
could you help me?
I'd recently installed Podium 0.5 with such params (web.php):
`'forum' => [
'class' => \bizley\podium\Podium::class,
'userCompo…
-
After update to php 7.1 from 7.0.2 my functional tests are fail with code
[$this->redirect(...)](http://www.yiiframework.com/doc-2.0/yii-web-controller.html#redirect()-detail)
```
$I->click('Войт…