项目作者: supervisely-ecosystem

项目描述 :
App signs up users from CSV file. Available only for users with admin permissions or in Enterprise Edition
高级语言: Python
项目地址: git://github.com/supervisely-ecosystem/create-users-from-csv.git






# Create Users from CSV


Overview
Preparation
How To Run
How To Use





GitHub release (latest SemVer)
views
runs

Overview

App creates users using public API and available only for admin users and users with admin permission.

Preparation

  1. Create a .csv file with usernames and passwords
  2. .csv file must contain only 2 columns: user and password, all elements must be separated with ,
  3. Here’s the example of how your .csv file should look like:

    1. user,password
    2. user1, 123aaa
    3. user2, 321bbb
    4. user3, 777ccc
    5. user4, 444ttt
    6. user5, 555555
  4. Drag and drop this file to Team Files

How To Run

Step 1: Add app to your team from Ecosystem if it is not there. Application will be added to Current Team->PLugins & Apps page.

Step 2: Go to Current Team->Files page, right-click on your .csv file and choose Run App->Create users from CSV.

Note: To open log go to Current Team->PLugins & Apps page.

Note: In app log you will see created users, or a warning message if user already exists.

Note: App shuts down automatically on finish. Or you can stop it manually from app settings page.