Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name and email address missing from users.csv when using csv-to-docs #595

Open
binokaryg opened this issue Dec 23, 2023 · 0 comments · May be fixed by #634
Open

Name and email address missing from users.csv when using csv-to-docs #595

binokaryg opened this issue Dec 23, 2023 · 0 comments · May be fixed by #634
Assignees

Comments

@binokaryg
Copy link
Member

binokaryg commented Dec 23, 2023

For the users created via UI, we can enter the name and email address that are stored as fullname and email respectively. They are helpful to identify users and contact them if necessary.
image

However, when using csv-to-docs, the name and email address are dropped from the resulting users.csv.

This is probably because the following list of fields is missing fullname and email:

const fields = ['username', 'password', 'roles', 'contact', 'phone', 'place'];

Shall we add them?

@binokaryg binokaryg self-assigned this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant