amigosshare: fix login and switch from http to https. resolves #4714 and #4697

This commit is contained in:
Garfield69
2019-02-17 15:41:29 +13:00
parent 5968285a39
commit 610821a435

View File

@@ -6,6 +6,8 @@
type: private
encoding: UTF-8
links:
- https://amigos-share.club/
legacylinks:
- http://amigos-share.club/
caps:
@@ -116,8 +118,7 @@
login:
path: account-login.php
method: form
form: form.form-signin
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"