Hi @bella,
In order to reset the application password of wordpress you should use the bnconfig
script, which is in:
/opt/bitnami/apps/wordpress/bnconfig
In order to change the password of the application you should execute:
sudo ./bnconfig --userpassword <new-password>
Regards,
Andres R.