aboutsummaryrefslogtreecommitdiff
path: root/views/default/user/settings/password.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/user/settings/password.php')
-rw-r--r--views/default/user/settings/password.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/views/default/user/settings/password.php b/views/default/user/settings/password.php
index 27b48e63d..b40a131e6 100644
--- a/views/default/user/settings/password.php
+++ b/views/default/user/settings/password.php
@@ -15,19 +15,9 @@
if ($user) {
?>
<h2><?php echo elgg_echo('user:set:password'); ?></h2>
- <form action="<?php echo $vars['url']; ?>action/user/password" method="post">
<p>
<?php echo elgg_echo('user:password:label'); ?> : <input type="password" name="password" value="" />
<?php echo elgg_echo('user:password2:label'); ?> : <input type="password" name="password2" value="" />
</p>
-
- <p>
- <input type="submit" value="<?php
-
- echo elgg_echo('save');
-
- ?>" />
- </p>
- </form>
<?php } ?> \ No newline at end of file