From 254f8b72b2d92787d2e1f9e7589935b2c0dae66d Mon Sep 17 00:00:00 2001 From: Tomer Kimia Date: Mon, 3 Mar 2014 19:43:25 -0500 Subject: Changed password input to password type so that passwords are hidden as *** when typed, also why are we using an html form? --- app/views/users/new.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/views/users') diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 2a745cc..aa71f00 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -16,11 +16,11 @@

<%= f.label :password %>
- <%= f.text_field :password %> + <%= f.password_field :password %>

<%= f.label :password_confirm %>
- <%= f.text_field :password_confirmation %> + <%= f.password_field :password_confirmation %>

<%= f.submit %> @@ -45,11 +45,11 @@


- +


- +

-- cgit v1.2.3