insanetracker: new login.php page (#5105)

This commit is contained in:
Peter Zsak
2019-04-20 22:03:55 +02:00
committed by garfield69
parent 4295e65dfe
commit c88a213b2e

View File

@@ -46,14 +46,14 @@
movie-search: [q, imdbid] movie-search: [q, imdbid]
login: login:
path: takelogin.php path: login.php
method: post method: post
inputs: inputs:
username: "{{ .Config.username }}" username: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
notsecure: "1" notsecure: "1"
error: error:
- selector: div.login_error_content - selector: div.login_error_content_text
test: test:
path: browse.php path: browse.php