open the file [YourMamboRoot/modules/mod_login.php with an editor and edit the following lines:
Line 43: change PHP Code:
<td><a href="<?php echo sefRelToAbs("index.php?option=com_registration&task=lostPassword"); ?>"><?php echo _LOST_PASSWORD; ?></a>?</td>
to PHP Code:
<td><a href="<?php echo sefRelToAbs("index.php?option=com_user_extended&task=lostPassword"); ?>"><?php echo _LOST_PASSWORD; ?></a>?</td>
and
Line 54: change PHP Code:
<a href="<?php echo sefRelToAbs("index.php?option=com_registration&task=register"); ?>">
to PHP Code:
<a href="<?php echo sefRelToAbs("index.php?option=com_user_extended&task=register"); ?>">
Have a nice day!
