Help about Gii

Hello friends

I’m from Brazil, sorry if my english is not very good

I’m studing Gii and I added this code im my main.php:




'modules'=>array(

		// uncomment the following to enable the Gii tool

		'gii'=>array(

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

			'password'=>'Enter Your Password Here',

		),

	),



So when I call Gii, it is ask me password, but I did not put passoword in my project but gii not allow access with blank password, What can I do? I don’t have password.

If I understand your post correctly, you need to replace

Enter Your Password Here with a password of your choice.

example

‘password’=>‘123456’

:)

doodle

I think I need study more srsrs. Thanks for help, my problem was solved.