Merge pull request #2086 from coreos-inc/user-info
Add collection of user metadata: name and company
This commit is contained in:
commit
45b1148118
14 changed files with 178 additions and 33 deletions
|
@ -397,6 +397,8 @@ def initialize_database():
|
|||
LabelSourceType.create(name='internal')
|
||||
|
||||
UserPromptKind.create(name='confirm_username')
|
||||
UserPromptKind.create(name='enter_name')
|
||||
UserPromptKind.create(name='enter_company')
|
||||
|
||||
|
||||
def wipe_database():
|
||||
|
|
Reference in a new issue