generationfree: site's login has changed. resolves #7341

This commit is contained in:
Garfield69 2020-02-27 16:37:32 +13:00
parent 525f58eb1d
commit a1dde973fb
1 changed files with 2 additions and 2 deletions

View File

@ -162,10 +162,10 @@
path: account-login.php path: account-login.php
method: post method: post
inputs: inputs:
username: "{{ .Config.username }}" namelogin: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
error: error:
- selector: td.tboxhead - selector: td#msgError
test: test:
path: index.php path: index.php
selector: a[href="account-logout.php"] selector: a[href="account-logout.php"]