5.5. access.asc

Administrative access table. This table is used by the Administration Tool. For more description on these fields, see the Interchange Administration Tool guide.

Fields

Field Description
username Login name or group name (group names begin with ':')
password Hashed password
name Administrator's name
last_login Last login time
super Set to 1 if superuser
yes_tables Tables the user may edit
no_tables Tables the user may not edit
upload No Description
acl No Description
export No Description
edit No Description
pages No Description
files No Description
config No Description
reconfig No Description
groups Administrator's group memberships
meta No Description
no_functions Explicitly disallowed functions
yes_functions Allowed functions with permission flags
table_control No Description
personal_css Administrator's personal CSS (for admin screen presentation)

5.5.1. username

Example Data

   :ausers
   :busers
   BigUser
   goody
   ic

The login name for an administrator or an administration group. Group names are prefixed with a colon (':').

5.5.2. password

Example Data

   Ksjs65bMNLjPQ

Hashed password.

5.5.3. name

Example Data

   Interchange Site Administrator
   Interchange Site Associates
   Business Users
   2nd Shift
   Mr. Jones
   Inbound Sales

Descriptive name for the administrator or administration group.

5.5.4. last_login

Example Data

   989424489

Last login time (in unix time() format).

5.5.5. super

Boolean value. If true (1), the administrator has Interchange Site Administrator privilege.

5.5.6. yes_tables

Example Data

   affiliate=vcx component=v gift_certs=v inventory=vx ...
   NONE

Tables this administrator or administration group can access. This is a space-delimited list of 'table_name=permission_flags' entries.

5.5.7. no_tables

Example Data

   access mv_metadata variable

Tables this administrator or administration group can not use. This is a space-delimited list of tables names.

5.5.8. upload

No Description

5.5.9. acl

No Description

5.5.10. export

No Description

5.5.11. edit

No Description

5.5.12. pages

No Description

5.5.13. files

No Description

5.5.14. config

No Description

Example Data

Allowed Values

5.5.15. reconfig

No Description

5.5.16. groups

Example Data

   ausers
   busers

Allowed Values

Groups the site user belongs to. You can set permissions for groups.

5.5.17. meta

No Description

5.5.18. no_functions

Example Data

   orderstats trafficstats

Space-delimited list of functions explicitly not allowed for the site user.

5.5.19. yes_functions

Example Data

   item=lvecd itemtype=lvc order=lvca orderstats trafficstats ...
   NONE

Functions the site user can perform. This is a space-delimited list of functions, with permission flags if appropriate.

Usage examples

5.5.20. table_control

No Description

Usage examples

5.5.21. personal_css

Used in the Administration Tool screens to make personal changes to the page presentation. This is done by creating your own personal CSS (cascading style sheet).

Usage examples