Skip to content

Resolve "Inline validation for user's name and username length"

Inline validation for user's name and username length

This MR adds inline validation for the user's name and username as described in #60323 (closed).

The validation checks that user's name and username are less than 128 and 255 characters respectively. These values can be reconfigured in the fields' data attribute section. The added validation should not interfere with any existing validation.

Demo

This MR also fixes the error messages' top margin. More details on the fix can be found in this comment.

Does this MR meet the acceptance criteria?

Conformity

Closes #60323 (closed)

Edited by Brandon Labuschagne

Merge request reports