diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index c9fad56cc..1a0f050b8 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -6,10 +6,6 @@
<%= link_to "Basic", "#basic-settings", :class => "active" %>
| <%= link_to "Advanced", "#advanced-settings" %>
- <% if CurrentUser.user.id == @user.id %>
- | <%= link_to "Change password", edit_user_password_path(:user_id => @user.id), :id => "change-password" %>
- | <%= link_to "Delete account", maintenance_user_deletion_path, :id => "delete-account" %>
- <% end %>
<%= f.button :submit, "Submit" %>
@@ -115,7 +95,7 @@