Ulogujte se cPanel -> File Manager -> public_html
Novi lozinku menjate u cPanel > MySQL databases > na dnu gde su „Users“ tu imate izmenu lozinke.
Nađite fajl wp-config.php desni klik i idite edit
u kodu bi trebalo da imate:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'cpanel_wrdp1');
/** MySQL database username */
define('DB_USER', 'cpanel_aca1337');
/** MySQL database password */
define('DB_PASSWORD', 'OVDE IDE NOVA KOJU STE IZMENILI');
/** MySQL hostname */
define('DB_HOST', 'localhost');
nakon toga samo unesite novu lozinku u liniji za DB_PASSWORD. Sačuvajte i to je to.