diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in index b12f7ee5b..6a946db0c 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in @@ -162,6 +162,12 @@ our %types = ( pattern => qr|^([a-zA-Z0-9_.-]+)\@([a-zA-Z0-9_.-]+)$|, format => q( $1\@$2 ) }, + password => { + db_type => 'string', + hint => 'password', + pattern => qr|^(.+)$|, + format => q($1) + }, timezone => { db_type => 'string', hint => 'America/Toronto',