Re: [Rails] Don't clear password fields if the password is ok

2012-10-26 Thread Dmitry Maksyoma
On Saturday, October 27, 2012 2:08:53 AM UTC+13, Walter Lee Davis wrote: > > > I've done a registration form with password and password_confirmation > fields and the fields are being cleared if there is an error with another > form input, e.g. invalid email. I find it annoying that password has t

Re: [Rails] Don't clear password fields if the password is ok

2012-10-26 Thread Walter Lee Davis
On Oct 26, 2012, at 7:15 AM, Dmitry Maksyoma wrote: > Hi, > > I've done a registration form with password and password_confirmation fields > and the fields are being cleared if there is an error with another form > input, e.g. invalid email. I find it annoying that password has to be > reente

[Rails] Don't clear password fields if the password is ok

2012-10-26 Thread Dmitry Maksyoma
Hi, I've done a registration form with password and password_confirmation fields and the fields are being cleared if there is an error with another form input, e.g. invalid email. I find it annoying that password has to be reentered when there is a problem with another field, actually, there ca