2.14.11.2. Changing the administrator password in Evolution
- In the site's configuration file, look at the name of the database to which it is connected.
- Openup database in phpMyAdmin.
- 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. - Check the entrance to Adminpanel.