10.2. Adminstartseite¶
Administration → Adminstartseite
Note
Die Adminstartseite steht nur Site-Administratoren zur Verfügung.
10.2.1. Übersicht¶
Sie sehen alle Administrationsbereiche auf der Hauptseite Administration der Administrationsstartseite.
Note
Wichtige Hinweise werden in rot dargestelt, damit Sie sie nicht so leicht übersehen.
If a core Mahara plugin requires an upgrade, you will see a notice about it and only need to click the button Run upgrade.
If a plugin needs to be installed, click the Install via extensions page button to be taken to the Plugin administration for the installation.
10.2.2. Warnungen¶
Nachdem Sie Mahara installiert haben, sehen Sie als Site-Administrator einige Hinweise. Beachten Sie alle Hinweise und nehmen Sie erforderlichen Einstellungen vor, um sicherzustellen, dass Ihre Seite so sicher wie möglich ist.
Session entropy Länge: Ihre PHP session.entropy_Einstellung ist zu kurz. Setzen Sie sie in der php.ini mindestens auf 16, um sicher zu stellen, dass sichere Session IDs zufällig erzeugt werden nicht erratbar sind. Weitere Hinweise hierzu finden Sie im OWASP session management cheatsheet.
Noreply E-Mailadresse: Wenn die System-E-Mailadresse fehlt oder fehlerhaft eingegeben wurde, werden Sie aufgefordert die Werte zu prüfen und zu korrigieren. Sehen Sie nach unter System E-Mailadresseinstellungen.
Site-wide password salt: If you do not have one set, please edit your config.php file and set it to a reasonable length.
SAML setup: If you do not have SAML authentication set up properly and do not have SAML activated, you do not see any warning messages as they would only go away if you activate the plugin and install all the required dependencies.
10.2.3. Registrierung der Mahara Plattform¶
Administration → Administrationsstartseite → Registrierung
As site administrator you can choose to register your Mahara site with mahara.org and help us compile a list of Mahara installations around the world to get a picture by how many people Mahara is used. Currently, this list is not published online. When you are on the administration overview page, you will see a link directly to the registration page.
Sie können sich einen Überblick darüber verschaffen, welche Daten übermittelt werden. Wöchentliche Aktualisierungen sind zu empfehlen, damit wir aktuelle Informationen haben. Alle Informationen werden anonym übermittelt. Wir sind nur daran interessiert wie viele Nutzer auf Ihrem System sind, welche Mahara-Version verwandt wird, wie oft Blöcke oder Artefakte genutzt werden.
Data that will be sent: Click this panel to preview the data that will be sent from your site.
Send weekly updates: Set this switch to „Yes“ if you wish so send regular updates about your site to the project. These updates are based on changes in your site and include only anonymous updates.
Click the Register button to finish your registration with the Mahara project or click Cancel to abort.
10.2.4. Site-Informationen¶
Die Site-Informationen geben Ihnen als Site-Administrator einen Überlick über:
Wie die Site genutzt wird.
Wann die Site installiert wurde.
Wie groß die Datenbank ist.
Wie groß das Dateivolumem ist.
Welche Version von Mahara genutzt wird.
Ob der Cron-Job läuft oder nicht.
If you have problems with your Mahara instance and you request information from the community in the forums, this information, esp. about your version and the cron, are useful to have. Furthermore, the version number allows you to check that you have the latest security release of your Mahara version installed.
See also
The cron job is very important in Mahara as a number of vital tasks are only performed when it is running. You can find more information of how to set it up on the wiki. If the cron is not running or only partially running, that information is displayed in red.
10.2.5. Clear caches¶
Administration → Adminstartseite → Übersicht
A number of elements are cached in Mahara on the system level to speed up the site. In some cases, you may wish to force a new version though if the browser doesn’t recognize it on its own.
Click the Clear caches button to clear all caches.
Note
The caches can also be cleared via a commandline script, which system administrators can find in /admin/cli/clear_caches.php
.
10.2.6. Plattform sperren¶
Administration → Adminstartseite → Übersicht
You may close the site to everyone except administrators. This is useful when you prepare for and complete a database upgrade. Only administrators will be able to log in during maintenance mode until you either reopen the site or an upgrade is successfully completed.
Since the site is not accessible to anyone unless they are logged into the site as site administrator, certain processes would also fail, e.g. accessing the SAML metadata that is monitored by IdPs. It is possible to add a flag to a php file to ignore maintenance mode.