yii-user
yii-user copied to clipboard
othervalidator field is text in database, but limits input to 255 via application.
I don't know whether this is intended or not, but since the database field is text (which allow more than 255 characters of input, I don't see why we should limit this via application.
I am bringing this up since I got the limit when I am using fileupload widget using all available validators and that exceeds 255 characters.
As for the moment, the fix is I disabled the length checking for othervalidator field in class ProfileField