瀏覽代碼

Added warning about empty password.

Signed-off-by: David Lindahl <quaan82@gmail.com>
David Lindahl 5 年之前
父節點
當前提交
9dfdf28772
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      api/homepage/deluge.php

+ 2 - 1
api/homepage/deluge.php

@@ -58,6 +58,7 @@ trait DelugeHomepageItem
 						'type' => 'password',
 						'name' => 'delugePassword',
 						'label' => 'Password',
+						'help' => 'Note that using a blank password might not work correctly.',
 						'value' => $this->config['delugePassword']
 					)
 				),
@@ -90,7 +91,7 @@ trait DelugeHomepageItem
 				'Test Connection' => array(
 					array(
 						'type' => 'blank',
-						'label' => 'Please Save before Testing'
+						'label' => 'Please Save before Testing. Note that using a blank password might not work correctly.'
 					),
 					array(
 						'type' => 'button',