2.14.11.2. Change administrator password in Evolution

  1. In the configuration file of the site, check the name of the database to which it is connected.
  2. Open database in phpMyAdmin.
  3. Execute the following SQL query (replace new_password with your new password, and replace evo_ with your table prefix if it differs from the default):
    UPDATE `evo_users` SET `password` = MD5('new_password') WHERE `username` = 'admin';
  4. Check the login to the site admin panel.
Content