hi,
i am trying to login to the dashboard with no success please help me resolve this issue....
i am trying to login to the dashboard using admin/kids username and password as i understand from the forums here those are the correct credintials for the backend , when i sign in the first time iam beeing directed to the same login page with out any error message , the second time i try log in i get the error "unknown user name or password".
in config.php ihave :
$config['encryption_key'] = "5bf1fd927dfb8679XYju839012SDdka1";
and the security library is loaded in the autoload.php and sessions is enabled in php.ini .
and in the mysql admin table i have one predefined acount/record :
id =1 , username=admin ,
[email protected] , status=active ,password=8843d7f92416211d
1) please advice if the encryption_key is correct.
2) please advice if the admin/kids credintials is correct.
3)please advice if i can use kids password in order to get 8843d7f92416211d
4)do i have to create my own admin account and how?
5) why this account(admin/kids) not working for me ?
note :
1) i downloaded all the code and sql files from wrox website last week.
2)i have changed the verify function as needed in order to bypass the error reporting issue.
3)i hope sombody will rscue me ...
thanks.