Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | Admin Panel Configuration File: Account SEARCH    

AdminPanel

  TechNotes
Admin Panel Configuration File: Account
Admin Panel Configuration File: Alerts
Admin Panel Configuration File: Channels
Admin Panel Configuration File: Servers
Admin Panel Configuration File: Software
Admin Panel Configuration File: Tasks
Admin Panel Installation Troubleshooting
Installing Admin Panel on a server
Where to host Mioplanet Admin Panel

  Help
01. Introduction
02. The tab Products
03. The tab Alerts
04. The tab Channels

  Products
All Products
MioDB
MioFactory
Mioplanet Admin Panel

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=*