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

Added help for my.UNL users.

parent 3c96a046
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,16 @@ ...@@ -21,9 +21,16 @@
$form_body .= "<p class='submit'>" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "</p>"; $form_body .= "<p class='submit'>" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "</p>";
?> ?>
<div class="contentWrapper">
<div class="three_col left formCool"> <div class="three_col left formCool">
<?php echo "<p>" . elgg_echo('user:password:text') . "</p>"?> <?php echo "<p>" . elgg_echo('user:password:text') . "</p>"?>
<?php echo elgg_view('input/form', array('action' => "{$vars['url']}action/user/requestnewpassword", 'body' => $form_body)); ?> <?php echo elgg_view('input/form', array('action' => "{$vars['url']}action/user/requestnewpassword", 'body' => $form_body)); ?>
</div> </div>
<div class="col right">
<div class="zenbox cool">
<h3>my.UNL Account Users</h3>
<p>If you have a my.UNL account (used for most UNL services, like Blackboard), you can use this link to retrieve your password:</p>
<ul>
<li><a href="https://login.unl.edu/faq/account-resetpw.shtml">my.UNL Lost Password</a></li>
</ul>
</div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment