disable password confirmation during registration when using devise

Posted by siulamvictor on Stack Overflow See other posts from Stack Overflow or by siulamvictor
Published on 2010-05-08T19:20:21Z Indexed on 2010/05/08 19:28 UTC
Read the original article Hit count: 270

I am using Devise for Rails. In the default registration process, Devise require users to type the password twice for validation. How can I disable it?

Thanks all. :)

© Stack Overflow or respective owner

Related posts about devise

Related posts about ruby-on-rails