Gii password

hie there

where can i get the password to access Gii code generator

You set you password… check the documentation for Gii - http://www.yiiframework.com/doc/guide/1.1/en/topics.gii#using-gii

You can write any password you want to the config file – look for it here: /protected/config/main.php, the section you need will look like


   'modules' => array(

        'gii' => array(

            'class' => 'system.gii.GiiModule',

            'password' => 'yourPassword',

        ),

    ),