Remove password confirmation; devise

Viewed 4408

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?

1 Answers
Related