... |
... |
@@ -16,7
+16,7 @@ |
16 |
16 |
* The plugin is identified based on its internal database ID. This ID is not shown in the UI currently and should only be used by developers. |
17 |
17 |
* The plugin is identified based on its UUID. This ID is not shown in the UI currently and should only be used by developers. |
18 |
18 |
|
19 |
|
-By default, a servlet action is accessible to everybody. Usually, you d |
|
19 |
+By default, a servlet action is accessible to everybody. Usually, you do not want anonymous users to modifying the installed plugins. To secure the servlet, you can specify a password in the plugin configuration. You then need to include th |
20 |
20 |
Standardmäßig ist eine Servlet-Aktion für alle frei zugänglich. Da es in der Regel unerwünscht ist, dass jeder (auch unangemeldete) Nutzer Plugins installieren kann, kann das Deploy-Plugin durch ein Passwort abgesichert werden. Dazu muss in der Plugin-Konfiguration der Passwort-Hash hinterlegt werden und das Passwort dann im HTTP-POST-Request mitgesendet werden. |
21 |
21 |
|
22 |
22 |
== Plugin-Konfiguration == |