aboutsummaryrefslogtreecommitdiff
path: root/views/default/forms
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-11 15:56:11 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-06-11 15:56:11 +0000
commit0e39eac3459d2ff698b51e87a469a2790e510a19 (patch)
tree65caa36ace7d782bba36137aa4a78912c68ae367 /views/default/forms
parentd720eac96fda5415f4becf64d6ba49716aa14f6c (diff)
downloadelgg-0e39eac3459d2ff698b51e87a469a2790e510a19.tar.gz
elgg-0e39eac3459d2ff698b51e87a469a2790e510a19.tar.bz2
Fixes #3515 created a unified page handler for account pages
git-svn-id: http://code.elgg.org/elgg/trunk@9175 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/forms')
-rw-r--r--views/default/forms/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/forms/login.php b/views/default/forms/login.php
index 452c4c425..5cfdcd4c6 100644
--- a/views/default/forms/login.php
+++ b/views/default/forms/login.php
@@ -39,7 +39,7 @@
echo '<li><a class="registration_link" href="' . elgg_get_site_url() . 'register">' . elgg_echo('register') . '</a></li>';
}
?>
- <li><a class="forgotten_password_link" href="<?php echo elgg_get_site_url(); ?>pages/account/forgotten_password.php">
+ <li><a class="forgotten_password_link" href="<?php echo elgg_get_site_url(); ?>forgotpassword">
<?php echo elgg_echo('user:password:lost'); ?>
</a></li>
</ul> \ No newline at end of file