Mehdi EL KRARI

Results 16 comments of Mehdi EL KRARI

@davidnewcomb Thrilled to help you :) The API will be a good enhancement to Podium! I've tried many forum modules for Yii2, and Podium (for me) is best and easiest...

It was just an example. Indeed, IDs in my user table are usernames (varchar(64)), so `adminId` is 'elkrari'. I already altered the table to change `inherited_id` type. - `podium_auth_assignment` `itemName`...

As I said earlier, > It was just an example. ... `adminId` is 'elkrari'. Podium set in the beginning `user_id` in `podium_auth_assignment` to "elkrari" and I didn't work. even "Administration"...

My primary key in the table is "login" not "id". I can't use the "flush cache" option because I don't have right access. I just cleaned my browser cache.

`Yii::$app->user->id` showed "elkrari". I removed cache files related to Podium but nothing changed.