Hello.
I am trying to build a validation, for my users model.
When I insert into the model, i have Password as required, not as a validation, but just in the SQL not null.
That's works fine.
I then added a password StringLength
BUT
When I try to update a user's firstname and lastname, it says that the password length is over the max, however, i am not even trying to update the password? But when ever i try to update the model, then it says the password is not long enough, but i dont need to update the password??
Am I missing something?