diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 16:30:32 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 16:30:32 +0000 |
commit | b2c8624c1069829f815ebfcbaa18d06a27dde34e (patch) | |
tree | 656ed5d5c6ecf2acdfd2412a6e3e5135c4c25cc6 /mod | |
parent | 31c5b57b92b2b2442527cc601eab113e047b0e93 (diff) | |
download | elgg-b2c8624c1069829f815ebfcbaa18d06a27dde34e.tar.gz elgg-b2c8624c1069829f815ebfcbaa18d06a27dde34e.tar.bz2 |
Closes #16: Administration: Reset password functionality on user admin screen
http://trac.elgg.org/elgg/ticket/16
git-svn-id: https://code.elgg.org/elgg/trunk@1150 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile/views/default/profile/userdetails.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/userdetails.php b/mod/profile/views/default/profile/userdetails.php index aacc17c03..a6f381328 100644 --- a/mod/profile/views/default/profile/userdetails.php +++ b/mod/profile/views/default/profile/userdetails.php @@ -123,6 +123,8 @@ <a href="<?php echo $vars['url']; ?>actions/admin/user/ban?guid=<?php echo $vars['entity']->guid; ?>"><?php echo elgg_echo("ban"); ?></a> <a href="<?php echo $vars['url']; ?>actions/admin/user/delete?guid=<?php echo $vars['entity']->guid; ?>"><?php echo elgg_echo("delete"); ?></a> + + <a href="<?php echo $vars['url']; ?>actions/admin/user/resetpassword?guid=<?php echo $vars['entity']->guid; ?>"><?php echo elgg_echo("resetpassword"); ?></a> <?php } |