No becasue the object INPUT(_type='password',name='password_two',_id='password_two'),
is not in the form object and therefore not processed by accept. Moreover in your code I do not see the validation logic for password too so I do not know where the error is. My advice is use a SQLFORM.factory(db.table,Field('password2','password',requires=...))) On May 24, 9:30 am, weheh <richard_gor...@verizon.net> wrote: > OK, this is still open. Sorry for the confusion. > > If passwords don't agree, I don't get any error message.