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 a45fb621c..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 Marcus Povey - * @copyright Curverider Ltd 2008 - * @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'));
- ?><br /> - <?php echo elgg_echo('user:password2:label'); ?>: <?php
- echo elgg_view('input/password',array('internalname' => 'password2'));
- ?> - </p> - -<?php } ?>
\ No newline at end of file |
