diff options
Diffstat (limited to 'views/default/user/settings/password.php')
| -rw-r--r-- | views/default/user/settings/password.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/views/default/user/settings/password.php b/views/default/user/settings/password.php deleted file mode 100644 index ea7be401d..000000000 --- a/views/default/user/settings/password.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php -/** - * Provide a way of setting your password - * - * @package Elgg - * @subpackage Core - */ - -$user = elgg_get_page_owner(); - -if ($user) { -?> -<div class="user_settings password"> -<h3><?php echo elgg_echo('user:set:password'); ?></h3> -<p> - <?php echo elgg_echo('user:password:label'); ?>: - <?php - echo elgg_view('input/password',array('internalname' => 'password')); - ?></p><p> - <?php echo elgg_echo('user:password2:label'); ?>: <?php - echo elgg_view('input/password',array('internalname' => 'password2')); - ?> -</p> -</div> -<?php -}
\ No newline at end of file |
