Lost admin password

Hi there!
My admin account password doesn’t work anymore, so can’t login in admin on site. Email for lost password doen’t work. Do have access to phpadmin though.
Does someone know how to change password in database Omeka-S 4.01 user table? because that seems to be the only place where you can change password details?

Thnx

The password_hash column of the user table contains password hashes generated by PHP’s password_hash function. phpmyadmin allows you to choose this as a “function” to apply to your input when editing a row (all the way at the bottom of the list of functions), so that should be an easy option.