diff options
Diffstat (limited to 'views/default/user/settings/password.php')
| -rw-r--r-- | views/default/user/settings/password.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/views/default/user/settings/password.php b/views/default/user/settings/password.php deleted file mode 100644 index 7296de1c0..000000000 --- a/views/default/user/settings/password.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php
- /**
- * Provide a way of setting your password
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
- * @link http://elgg.org/
- */
-
- $user = page_owner_entity();
-
- if ($user) {
-?>
- <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>
-
-<?php } ?>
\ No newline at end of file |
