How to Edit the "Lost Your Password" Page in Mambo
- 1). Navigate to the Mambo directory, then open the "Components" folder.
- 2). Double-click the "com_registration" directory to view its contents.
- 3). Open the "registration.html" file. It should automatically load in the system's default text editor.
- 4). Hit "Ctrl" + "F," then type in "Lost Your Password" as the search term. Click the "Find Next" button or hit the "Enter" key.
- 5). Edit or add any PHP or HTML element below this code:
<div>
<?php echo T_('Lost your Password?'); ?>
</div>
Do not edit anything below "Registration" code, unless you want to change that too. The registration page begins with this code:
<div>
<?php echo T_('Registration'); ?>
</div> - 6). Save your changes, then upload the file into the same directory on the web server.