|
|
|
|
AdminPanel TechNotes
Help
Products
|
|
TechNote Admin Panel Configuration File: Account | Product: Admin Panel |
Several accounts can be create with different accesses.
For example, you can create an account with all access for administration purpose, and one limited to the edition of an alerts or RSS feed.
Settings of an account are set in a .mem file stored on the server in panel/config/account.
Possibles keys are:
| |
password
Password for this account.
The username is the name of the configuration file.
language
Possible values are french and english.
tab_accounts
If set to true, the user of this account will be able to edit the password.
software
List of software IDs available for this account, or * for all.
The software ID is the name of the software configuration file.
For more information: Admin Panel Configuration File: Software
channels
List of channel IDs available for this account, or * for all.
The channel ID is the name of the channel configuration file.
For more information: Admin Panel Configuration File: Channels
alerts
List of alert IDs available for this account, or * for all.
The alert ID is the name of the alert configuration file.
For more information: Admin Panel Configuration File: Alerts
|
Sample Code
password=mySecretPassword
language=english
tab_accounts=true
software {
MY_FIRST_SOFTWARE
MY_SECOND_SOFTWARE
...
}
channels {
MY_FIRST_CHANNEL
MY_SECOND_CHANNEL
...
}
alerts=* |
|
|
|