2.14.11.2. Changing the administrator password in Evolution

  1. In the site's configuration file, look at the name of the database to which it is connected.
  2. Openup database in phpMyAdmin.
  3. Execute the following SQL query, instead of new_password New Password:
    UPDATE `evo_users` SET `password` = MD5('new_password') WHERE `username` = 'admin';

    If the names of the tables in the database do not start with the standard evo_, and with a different prefix, make the appropriate change to the SQL query.

  4. Check the entrance to Adminpanel.
Content