metaltracker: fix login (now forcing https) resolves #4870

This commit is contained in:
Garfield69 2019-03-13 08:11:41 +13:00
parent 5389995b6d
commit 924a8e9f96
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
type: semi-private
encoding: UTF-8
links:
- https://en.metal-tracker.com/
legacylinks:
- http://en.metal-tracker.com/
caps:
@ -20,7 +22,7 @@
login:
path: user/login.html
method: form
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"