diff --git a/app/views/admin/users/_form.html.erb b/app/views/admin/users/_form.html.erb
index c8d582d..b70ae04 100644
--- a/app/views/admin/users/_form.html.erb
+++ b/app/views/admin/users/_form.html.erb
@@ -3,4 +3,10 @@
<%= form.label :email %>
<%= form.text_field :email %>
-
\ No newline at end of file
+
+<%= form.label :password %>
+<%= form.password_field :password %>
+
+<%= form.label :password_confirmation %>
+<%= form.password_field :password_confirmation %>
+