TWIG Administrators Manual

Return to Table of Contents

Admin Feature

The Admin feature is still in its infancy in TWIG, currently it has two ways to allow the addition of users that have access to it:

  1. Create a file in features/admin/users that is called <username>.admin.
  2. Create an entry in the database table twig_acl_groups with the following properties:
    SID  Make up a random number above 100000
    groupname TWIGAdministrators
    username The username you want to add to the administrators list.

The Admin feature consists of several sub functions which are contained in the features/admin/modules directory.

Currently the following modules function to some degree:

  • accounts
  • acl
  • sql
  • sqltxt

however these should be considered as alpha quality at this time.


Return to Table of Contents Return to Top