Skip to content
Snippets Groups Projects
Commit 6022a6d3 authored by Seth Meranda's avatar Seth Meranda
Browse files

added a forgot your password link.

parent c8e2e598
No related branches found
No related tags found
No related merge requests found
...@@ -46,8 +46,9 @@ ...@@ -46,8 +46,9 @@
<h2 class="sec_header"><?php echo elgg_echo('register'); ?></h2> <h2 class="sec_header"><?php echo elgg_echo('register'); ?></h2>
<div class="three_col left formCool"> <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, <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)) ?> <?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>
<div class="col right"> <div class="col right">
<div class="zenbox cool"> <div class="zenbox cool">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment