From 7fa2842f5d49e87acf92bcfb3602c52bf482258e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 27 Feb 2020 10:40:52 +0100 Subject: Do not put password in form on modify --- templates/config.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/config.html b/templates/config.html index 2d64444..9018811 100644 --- a/templates/config.html +++ b/templates/config.html @@ -28,7 +28,7 @@ {{$errors := .Errors}} {{range $i, $schema := .Schema}}
- + {{if $schema.FixedValue}} {{else if $schema.IsPassword}} + {{else if $schema.IsNumeric}} +