eCommerce construction > How-to questions

Can't login as admin

(1/3) > >>

mdjn:
Hi guys, having not been on my site since last year, and the site has since been migrated to a new server, something has since happened to lock me out

tried these - Include this in your file: session.save_path = "/tmp"
or session.save_path = /tmp/php_sessions;


Yes I'm using the login route of http://mobile-dj-shop.co.uk/index.php?s=sh0padm1n    where sh0padm1n is my admin login specified in system/config.php

The website apparently is not sending out emails to anyone including me, meaning I can't get a password reset

So I accessed phpmyadmin via cpanel and the admin user record, this proves my Username is correct.

I then changed the encrypted password to 'password' encrypted to md5, giving me 5f4dcc3b5aa765d61d8327deb882cf99 in the table

However using my admin login and 'password' as the new password, it still won't allow me in

Any idea what I'm doing wrong and how I can access the website please?

mdjn:
To clarify the error message - No match for Username and/or Password.

I notice also that the URL changes when I get the error, to - http://mobile-dj-shop.co.uk/index.php?rt=index/login&s=sh0padm1n  not sure if relevant, but wanted to give you the full info!

Thanks!

Basara:
Hello.
Why not ask hosting support to fix mail issues and then restore password via email?

Note: md5 is not the right way to hash password. It will not work

mdjn:
Thanks Basara, my hosting service spent two days trying to access the site and fix it but failed. Without being able to access the site, they can't find out what email settings have been set, thus wouldn't know where to start on fixing (assuming they could access them)

why is md5 not the correct way? I've used that on Worpress and Joomla site to access admin passwords.  Is there a specific coding for AbanteCart cart passwords?

Basara:
Hello
AbanteCart is more secure and use SALT to hash all sensitive data so if someone stole you database the passwords will be safe.

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod