I want to modify a .phtml template file in Magento (which is located in app/design/frontend/base/default/template/persistent/customer/form) but I'm afraid to modify it directly since it's a core file.
How can I create a simple module to overwrite this file?
Thanks in advance :)