How to change a MD5 password for an admin/control panel in phpMyAdmin? (PHP/MySQL) -


i have php site admin area, on setup selected simple password. e.g. '123456'. not intended permanent solution.

when comes changing password on database using phpmyadmin, become stuck. used md5 generate password (this fact might not relevant), if update password in database md5 hashed password. e.g. 'newpassword' ('5e9d11a14ad1c8dd77e98ef9b53fd1ba') save it. making no difference admin login area.

although database updated, password remains previous, in example '123456'.

there must else needs updating not sure start looking.

you have to:

  • check if script create caches (delete caches in case).
  • call script's support problem

another solution can't offer because don't know script use.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -