From 6022a6d30e99970e1c840b0f7d79ef84ecae4a3c Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 20 Aug 2009 17:30:31 +0000 Subject: [PATCH] added a forgot your password link. --- unl_theme/views/default/account/forms/register.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unl_theme/views/default/account/forms/register.php b/unl_theme/views/default/account/forms/register.php index 47a50bbd..2238113a 100644 --- a/unl_theme/views/default/account/forms/register.php +++ b/unl_theme/views/default/account/forms/register.php @@ -46,8 +46,9 @@ <h2 class="sec_header"><?php echo elgg_echo('register'); ?></h2> <div class="three_col left formCool"> <p>Huskers worldwide are encouraged to create an account in order to use the social network. Upon creating an account with the form below, - you will be sent an email with a verification link. Click this link to gain access by activating your account.</p> + you will be sent an email with a verification link. Click the link to gain access by activating your account.</p> <?php echo elgg_view('input/form', array('action' => "{$vars['url']}action/register", 'body' => $form_body)) ?> + <p style="clear:both"><a <?php echo " href=\"". $vars['url'] ."account/register.php\">"?>Forgot your password?</a></p> </div> <div class="col right"> <div class="zenbox cool"> -- GitLab