ardent
ardent copied to clipboard
confirmation filed is failing to validate even when the confirmation is correct.
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.
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.