Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.11.2. Change administrator password in Evolution
- In the configuration file of the site, check the name of the database to which it is connected.
- Open database in phpMyAdmin.
- Execute the following SQL query (replace
new_passwordwith your new password, and replaceevo_with your table prefix if it differs from the default):UPDATE `evo_users` SET `password` = MD5('new_password') WHERE `username` = 'admin'; - Check the login to the site admin panel.