1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-27 18:29:47 +00:00

anime-free: change username to email

This commit is contained in:
ilike2burnthing 2021-03-10 21:33:42 +00:00 committed by GitHub
parent 940db47ac0
commit b4efa9bb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,9 +35,9 @@ caps:
search: [q]
settings:
- name: username
- name: email
type: text
label: Username
label: Email
- name: password
type: password
label: Password
@ -47,7 +47,7 @@ login:
method: form
form: form.login-form
inputs:
login_name: "{{ .Config.username }}"
login_name: "{{ .Config.email }}"
login_password: "{{ .Config.password }}"
login: submit
error: