Well, this is a kind of validation restriction, so maybe add a validator to the header field that doesn't really care about the name, but validates the user, etc.? (I think the field validator has passed enough information to remove this, if not, overriding the post_validate method or listening for the corresponding event should work.)
If you try this, keep in mind that post_validate is already called during user editing (i.e. when focus is moved from the field).
Ulrich schwarz
source share