Admin Documentation

Admins can batch import users by uploading a CSV (comma-separated values) file in Admin / Users (tiki-adminusers.php). The CSV file needs to have the column names in the first record. The column titles must match with fields in "users_users" table. Login, password and email are required fields. If an unexistant field is specified, it's ignored.

Example CSV file:

Copy to clipboard
email,login,password john.smith@sent.com,jsmith,j0hn23 john.doe@fastmail.fm,jdoe,j0e99


Which tags available? all casesensitiv!!! red ones are must!!!

  • login
  • password
  • email
  • realName
  • homePage
  • country
  • groups

Notes

Typical Uses

Useful for sites making use of HTTP Authentication or other non-Tiki authentication system.

Case Studies

The YaleUniversityITS uses a non-Tiki authentication system, a WebISO (web initial sign-on) service known as Central Authentication Service (CAS). The admin imported a CSV file with all users who are allowed access to the site. These users are then able to authenicate with CAS and login to TikiWiki.

Knowledgebase / tutorial / FAQ / How-to


TikiTeam



For more information