We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec58f80 commit a6bb076Copy full SHA for a6bb076
1 file changed
app/views/devise/registrations/edit.html.haml
@@ -9,6 +9,7 @@
9
.inputs
10
= f.input :password, :hint => "Leave it blank if you don't want to change it", :required => false
11
= f.input :password_confirmation, :required => false
12
+ = f.input :current_password, :hint => "we need your current password to confirm your changes", :required => true
13
14
= f.input :about, :as => :text
15
.actions
0 commit comments