Bhushan Lodha
Bhushan Lodha

Reputation: 6862

Remove password confirmation; devise

I am using devise for authentication in my Rails 3.2.6 app. I had password confirmation first but now I want to remove it. How to go about that?

Upvotes: 10

Views: 4438

Answers (1)

pmwood
pmwood

Reputation: 771

You just need to remove the password_confirmation field from your form.

More info in this answer.

Upvotes: 17

Related Questions