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:
- Create a file in features/admin/users that is called
<username>.admin.
- 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:
however these should be considered as alpha quality at this time.
|