From c68a0266583d1f650a131de29635680be1fb239c Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Wed, 6 Oct 2010 18:19:58 -0700 Subject: [PATCH] MS changed the profile edit field to be private --- app/views/users/_profile.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/_profile.haml b/app/views/users/_profile.haml index 8cffa53cb0..cef161127d 100644 --- a/app/views/users/_profile.haml +++ b/app/views/users/_profile.haml @@ -49,10 +49,10 @@ = p.text_field :last_name, :value => @profile.last_name %p = f.label :password - = f.text_field :password + = f.password_field :password %p = f.label :password_confirmation - = f.text_field :password_confirmation + = f.password_field :password_confirmation #submit_block -- GitLab