BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

First/Sur-name faffery #60

Closed BurntNail closed 1 year ago

BurntNail commented 1 year ago

Right now, if I want to email someone then I have to faff around with their name/year to work out an email, and it easily breaks with accents/double barreled surnames etc.

I need to also store their email usernames. They could also use this for login, and then I move the current firstname/surname thing to one name, and then where I did use surname sort, sort by their email names.

This should also help sort out people who are referred to by initials.

BurntNail commented 1 year ago

code finished, waiting on username list for current users before merging