Thanks for reading my post. I planned to create online shopping cart website. so i plan to look at the cakephp shopping cart plugin(due to is awesome). but i like to know the default admin password for cakephp shopping cart tool. here is the link for the cakephp shopping cart
cakephp shopping cart
I know the username is admin and password -> ???.. I have tried may combination of password but nothing worked. it is sha1 decryption with a salt crypter if i am not wrong.
Even i google a lot to find the password. But nothing helped. Question are raised on that topic but seems unrepiled..here is the link
https://github.com/andraskende/cakephp-shopping-cart/issues/4
just like to know the password..to check it.. thanks…
Advertisement
Answer
it is hard to find the default password.. but can reset your password
find your security.salt value appconfigcore.php
if suppose let it be “abc123” and you plan to set your password as “admin” then
do a sha1 encryption of value abc123admin You can online conversion for link
sha1 conversion
Then edit the output result in your database..
then try to login it will success