first commit

This commit is contained in:
2018-08-01 16:00:05 +02:00
commit 944fd76206
3205 changed files with 356767 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
---
title: Login
login_redirect_here: false
forms:
login:
action:
method: post
fields:
username:
type: text
id: username
placeholder: Username
label: PLUGIN_LOGIN.USERNAME_EMAIL
autofocus: true
password:
type: password
id: password
placeholder: Password
label: PLUGIN_LOGIN.PASSWORD
login-twofa:
action:
method: post
fields:
2fa_instructions:
type: display
markdown: true
content: PLUGIN_LOGIN.2FA_INSTRUCTIONS
2fa_code:
type: text
id: twofa-code
autofocus: true
placeholder: PLUGIN_LOGIN.2FA_CODE_INPUT
---
# User Login