ben-ryder / localful

Build single-user local-first web apps with a focus on simplicity, interoperability and longevity.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Add "displayName" field to users and remove "username" #10

Closed ben-ryder closed 1 year ago

ben-ryder commented 1 year ago

Users currently have a username field and an email field. I should simplify the user data by replacing username with displayName and use the email field as the account unique idenfier for login instead.
The displayName field would be a human-readable name for the account which is displayed in the interface, and is not unique to the account.

ben-ryder commented 1 year ago

no longer an issue right now, because users are handled externally since #2 was implemented