Skip to content
Snippets Groups Projects
Commit cccd6cce authored by Florent Gluck's avatar Florent Gluck
Browse files

usercreate can now create users in bulk from a csv file

parent f04595e6
Branches
No related tags found
No related merge requests found
...@@ -117,8 +117,6 @@ func (cmd *Add)Run(args []string) int { ...@@ -117,8 +117,6 @@ func (cmd *Add)Run(args []string) int {
} }
} }
u.Println("==> ",line," ",cargs.Pwd)
if err := cmd.runRequest(cargs); err != nil { if err := cmd.runRequest(cargs); err != nil {
u.PrintlnErr("Failed creating user "+cargs.Email+": "+err.Error()) u.PrintlnErr("Failed creating user "+cargs.Email+": "+err.Error())
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment