Skip to content

Add validation check and configuration for user full names

Frank Duncan requested to merge ardc-240-add-fullname-check into ardc-main

Fixes ots/clients/ardc/hypha-tracker#240

Will require a change in production in local.py or gunicorn_start:

INVALID_FULL_NAME_REGEXES = [
    ".*http://.*",
    ".*https://.*",
]

Merge request reports