FlaskSeries
FlaskSeries copied to clipboard
Length errors never raise
Length error on user / password fields never raise for me because they are automatically caugth front side (Chrome 104 && Firefox 105) which prevents the request from being sent. This is because the Length validator automatically adds maxlength / minlength properties to the HTML code.