impactoss / impactoss-server

IMPACT OSS - server-side application & API
https://demo.impactoss.org
MIT License
3 stars 8 forks source link

Generate friendly names when registering with Azure #382

Closed tmfrnz closed 7 months ago

tmfrnz commented 7 months ago

Currently when users register with Azure, we appear to be taken the value from name which are often formatted like [last_name], [first_name]

Instead we want to create the name from combining the fields first_name and last_name (provided by Azure) to the more friendly [first_name] [last_name]