sysutils/git-backup: switch to passwordarea, closes #3070

This commit is contained in:
Franco Fichtner 2022-08-12 22:25:40 +02:00
parent e2611c0b9f
commit 4546aeb47d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
PLUGIN_NAME= git-backup
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_COMMENT= Track config changes using git
PLUGIN_DEPENDS= git
PLUGIN_MAINTAINER= ad@opnsense.org

View file

@ -68,7 +68,7 @@ class Git extends Base implements IBackupProvider
],
[
"name" => "privkey",
"type" => "textarea",
"type" => "passwordarea",
"label" => gettext("SSH private key"),
"help" => gettext("When provided, ssh based authentication will be used."),
"value" => null