summaryrefslogtreecommitdiff
path: root/users/app/views/users/_password_fields.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_password_fields.html.haml')
-rw-r--r--users/app/views/users/_password_fields.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/app/views/users/_password_fields.html.haml b/users/app/views/users/_password_fields.html.haml
deleted file mode 100644
index 7b3358d..0000000
--- a/users/app/views/users/_password_fields.html.haml
+++ /dev/null
@@ -1,2 +0,0 @@
-= f.input :password, :required => false, :validate => true, :input_html => { :id => :srp_password }
-= f.input :password_confirmation, :required => false, :hint => local_assigns[:password_confirmation_hint], :input_html => { :id => :srp_password_confirmation }