ardent icon indicating copy to clipboard operation
ardent copied to clipboard

confirmation filed is failing to validate even when the confirmation is correct.

Open nirmalz opened this issue 10 years ago • 1 comments

Looks like whenever we put 'confirmed' as one of the rule to the rules attribute, Ardent is failing to write into database.

For example, Password and password_confirmation always resulted failed during validation even though I am sure both the fields have the exact same word.

nirmalz avatar Aug 26 '14 08:08 nirmalz

Same problem here, in my case I think the password is hashed before the validation because I'm using the setPasswordAttribute() function in my User model. Hope to see this fixed.

zzantares avatar Aug 16 '15 00:08 zzantares