Lost admin password

I have managed to lose the admin password for a website I created a while back. I can go into the files and access the .htpasswd files but as this is encrypted I cannot decipher it.

I had thought that if I had an encrypted version of the word ‘password’ I could use this initially and then login and change the password.

if you have ftp access you can upload an accout folder that you created locally.

Yes, I have access, but I don’t know how to encrypt the password for the .htpasswd file.

You can create a new Kirby project and then create an account in the panel (accessing it for the first time). With the new credentials (in the accounts directory), you can upload the access via FTP in your project.

Great, that worked. Thank you.