Ben sadece bana her zaman giriş formu gösteren tutmak, Gii giriş için çalıştı belgeler, gelen yii-blog.pdf takip.
I create a virtual host for this like http://yii.blog and then tried to access from http://yii.blog/index.php?r=gii
config / main.php içinde
'modules'=>array(
// uncomment the following to enable the Gii tool
'gii'=>array(
'class'=>'system.gii.GiiModule',
'password'=>'12345',
//'ipFilters'=>array('127.0.0.1','yii.blog')
),
),
when I type the wrong password the form could say "Incorrect password." but when I type the correct one, it didn't say any error and it keep showing me the login form.
Ben YII 1.1.5 kullanıyorum
Bu çözmek için nasıl bir fikir?