Add validation check and configuration for user full names
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://.*",
]
LibreHQ will be offline for about 20 minutes on Saturday, Nov 23, starting 1:30pm US Central Time, in order to apply an upgrade. Thank you for your patience.
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://.*",
]