User password change

I have a website where users can register with their details after verifying their email address.

These users do not have panel access. Is there any way I can allow them to change their password?

You can create a page in the site frontend with a form that calls the $kirby->user()->changePassword($newPassword) method.

Thank you, that worked a treat.