Hi @darius sure,
Register works, while no name has an accent
I deleted this tag pattern in the Html, so that I could accept names with accents and I made a Regular Expression in the default-config to handle the errors.
I was able to recover the error in the demo by deleting the tag pattern and trying to save a name with an accent Martín
@rafanetow you should not be editing the tags in the HTML.
In order to support accented names (or spaces, like in “Maria Jose”), you need to change two places: (1) the registration’s app.json file in your implementation config, and (2) the patient.nameValidationRegex advanced setting in OpenMRS.