When I try to update my user profile Devise force to update password even if the auto-prepared form has this label: Password (leave blank if you don't want to change it)
. Why?
EDIT: I want user confirm password every time he change his settings! The problem is that there are three fields:
Password (leave blank if you don't want to change it)
Password confirmation
Current password (we need your current password to confirm your changes)
I want that if user leave password (FIRST FIELD) blank devise don't give error back.