You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
For the users created via UI, we can enter the name and email address that are stored as
fullname
andemail
respectively. They are helpful to identify users and contact them if necessary.However, when using
csv-to-docs
, the name and email address are dropped from the resultingusers.csv
.This is probably because the following list of fields is missing
fullname
andemail
:cht-conf/src/lib/generate-users-csv.js
Line 6 in 958f0b4
Shall we add them?
The text was updated successfully, but these errors were encountered: