lesaloon: new login path #7221

This commit is contained in:
Garfield69 2020-04-20 07:14:09 +12:00
parent 53d6042011
commit 3830c15bd4
1 changed files with 5 additions and 3 deletions

View File

@ -6,9 +6,9 @@
type: private type: private
encoding: UTF-8 encoding: UTF-8
links: links:
- http://lesaloonv2-0.net/ # site does not support https
legacylinks:
- https://lesaloonv2-0.net/ - https://lesaloonv2-0.net/
legacylinks:
- http://lesaloonv2-0.net/ # site forces https
caps: caps:
categorymappings: categorymappings:
@ -82,12 +82,14 @@
movie-search: [q] movie-search: [q]
login: login:
path: index.php?page=login # https://lesaloonv2-0.net/yupy_login.php
path: yupy_login.php
method: form method: form
form: form[action^="index.php?page=login"] form: form[action^="index.php?page=login"]
inputs: inputs:
uid: "{{ .Config.username }}" uid: "{{ .Config.username }}"
pwd: "{{ .Config.password }}" pwd: "{{ .Config.password }}"
rememberme: forever
captcha: captcha:
type: image type: image
selector: img[src^="access_code/"] selector: img[src^="access_code/"]