add a Full Name to accounts page #9883
Labels
good first issue
Easily solved issues suitable for starters and community contributors
site
Area: frontend dashboard
Context
Currently, we only have
Username
andEmail
, I would like also to havename
that can be set to any name by the user. For example, I want to set it to "Muhammad Atif Ali" and be accessed viadata.coder_workspace.me.owner_name
ToDo
coder_workspace
data in terraform provider asdata.coder_workspace.me.owner_name
owner_name
incoder_workspace
resource #11639 Add to backend/databaseName
settable to "First Name, Last Name"Motivation
This will allow us to set the full name of the developers as the
user.name
property for our git-config module. e.g.,git config user.name "${data.coder_workspace.me.owner_name}"
cc: @kylecarbs, @bpmct and @ammario for comments
The text was updated successfully, but these errors were encountered: