This is an old revision of the document!
Table of Contents
Custom Options Module
Module Permission According to Roles (Sysadmin, Administrator and Assistant)
Module | Create | Edit | Show | Role |
---|---|---|---|---|
Options | YES | YES | YES | Sysadmin |
NO | NO | NO | Administrator | |
NO | NO | NO | Assistant |
Module Description
Custom Options are used for options that are used by very few clients, for testing, for debugging etc. Beside that, all custom templates for accounts are stored in the custom_options table.
The table structure allows to set cascading option values for
all clients (mandant_id = 0) / specific clients (mandant_id = client_id)
all entries of a certain type (e.g. table_name = t_standort, table_row_id = 0) / specific (for certain table_row_id)
where more specific options overwrite more general options.
Options
Option name | set in | Description |
---|---|---|
debug_aruba | - | write debug messages to error_log (self-ticket) |
debug_bintec | - | write debug messages to error_log (self-ticket) |
fbpageid | module/location.inc.php | facebook account id to be shown on login (self-ticket) |
monitoring | module/location.inc.php | not in use currently, meant for pinging of routers |
restrict_registration | module/location.inc.php | time to wait before a new registration is allowed (self-ticket) |
sms_lox24 | include/sms.inc.php | Options for sms provider lox24 |
template | module/account.inc.php | Options for sms provider lox24 |
token_handling | module/location.inc.php | login using token with or without need to accept terms of useage |
validity | module/client.inc.php | default for how many days acccounts remain valid |
validity | module/location.inc.php | default for how many days acccounts remain valid |