appview/pages: do not validate pronoun field. #831

merged
opened by whitequark.org targeting master from [deleted fork]: no-pronoun-validation

The idea of "validating pronouns" is as absurd as the idea of "validating names" (which, admittedly, people still try). There is nothing to be gained by doing this, either technically or socially, so don't do it and avoid restricting people in how they can describe themselves.

Changed files
-1
appview
pages
templates
user
fragments
-1
appview/pages/templates/user/fragments/editBio.html
···
class="py-1 px-1 w-full"
name="pronouns"
placeholder="they/them"
-
pattern="[a-zA-Z]{1,6}[\/\s\-][a-zA-Z]{1,6}"
value="{{ $pronouns }}"
>
</div>
···
class="py-1 px-1 w-full"
name="pronouns"
placeholder="they/them"
value="{{ $pronouns }}"
>
</div>