disable password confirmation during registration when using devise
- by siulamvictor
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. :)