Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

Table of Contents
classcontents

User List

Access to system is based on users logins. Through the Admin Console administrators can create, edit and delete users within the application. The user list provides administrators with the ability to browse all the users within the system. To access this list click expand the Users section in the main panel of the Admin Console.

...

  1. Click on the User Import button at the bottom of the user list in the Admin Console.
  2. You users should be contained in a CSV format with data contained within quotes. See the example below and on the screen for more detail. The example file format is as follows:

    Code Block
    
    # Comments can be present. Starting with a # only. Blank lines will also be skipped.
    # First Name, Last Name, Initial, Salutation Code, Language Code, Time Zone Code, Email Address, UserName, Password, Role Code
    "Bob", "Jones", "A", "MR", "EN", "", "bob.jones@company.com", "bob.jones@company.com", "password", "YFADMIN"
    
  3. Click the Choose File button to locate and load your file.
  4. Click the Upload button to load and save your new users.

...

You will then be promted to confirm the remove of the user on a separate page.