yii2-reportico

Anyone using reportico extension with yii2? This extension doesn’t asking to set password for administrator, but prompt to loggedin with administrator password. If anyone aware about this extension with yii2, Please share your work experience.

Thanks in advance for your help.

reference: http://www.yiiframework.com/extension/yii2-reportico

Hi there

I think ive made a mistake in the package setup and incorrectly prevented entry of admin password…

can you see if there is a file

YII_APP_URL/vendor/reportico/yii2-reportico/components/projects/admin/config.php

and in there you will see an entry:-

define(‘SW_ADMIN_PASSWORD’,‘xxxx’);

This is where this password is stored … you can change it to what you want or if you remove this file then you should be prompted when you start reportico …

… and i just updated the git package so that this should now be fixed for anyone else downloading

Peter

Peter,

Thanks for your quick response, extenstion was working good.

Thangaraj Mariappan.