Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit d4a15cd

Browse files
committed
update documentation of Plugins/Administration/AdministerPlugin.cs
1 parent 09f2008 commit d4a15cd

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

project/WebDashboard/Plugins/Administration/AdministerPlugin.cs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ namespace ThoughtWorks.CruiseControl.WebDashboard.Plugins.Administration
1212
/// This plugin is enabled by default. The admin password must be entered into the Dashboard.config once, there is no default password, and this plugin does not work with a blank password.
1313
/// <para>
1414
/// The plugin also allows for adding and removing build servers, and maintainting their properties : see <link>remoteServices</link> of the <link>Dashboard Configuration Block</link>.
15-
/// Like the ability to enable or disable the start/stop buttons and the force build button.
16-
/// </para>
17-
/// <para>
18-
/// LinkDescription : Administer Dashboard.
1915
/// </para>
16+
/// <para>Like the ability to enable or disable the start/stop buttons and the force build button.</para>
17+
/// <heading>Attention</heading>
18+
/// Be sure that CCNet server (service) can write to the following files :
19+
/// <para> ° webdashboard\dashboard.config</para>
20+
/// <para> ° webdashboard\Packages\packages.xml</para>
21+
///
22+
/// Adjust security if needed
2023
/// </summary>
2124
[ReflectorType("administrationPlugin")]
2225
public class AdministerPlugin

0 commit comments

Comments
 (0)