From version < 1.38 >
edited by awa
on 12.03.2020, 14:49
To version < 1.39 >
edited by awa
on 12.03.2020, 14:50
< >
Change comment: (Autosaved)

Summary

Details

Page properties
Content
... ... @@ -16,12 +16,11 @@
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 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 -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.
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 this password in the HTTP POST request.
21 21  
22 -== Plugin-Konfiguration ==
21 +== Plugin configuration ==
23 23  
24 -Am Plugin selber kann konfiguriert werden, ob das Deploy-Servlet durch ein Passwort geschützt werden soll. Dieses Passwort muss dann im Klartext beim HTTP-POST-Request mit angegeben werden.
23 +You can optionally set a password for securing the access to the plugin deploy servlet. If you do, you need to include the password
25 25  
26 26  Zur Konfiguration des Passworts gibt es die eine Plugin-Eigenschaft //token//, diese hat das folgende Format
27 27  
Copyright 2000-2025