first commit

This commit is contained in:
2020-10-20 09:32:09 +02:00
commit e64b18b9a9
4183 changed files with 488526 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
title: Generic Ajax
template: default
expires: 0
access:
admin.login: true
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Backup
template: default
expires: 0
access:
admin.maintenance: true
admin.super: true
---
+10
View File
@@ -0,0 +1,10 @@
---
title: Cache
template: default
expires: 0
access:
admin.cache: true
admin.super: true
admin.maintenance: true
---
+8
View File
@@ -0,0 +1,8 @@
---
title: Config
expires: 0
access:
admin.configuration: true
admin.super: true
---
@@ -0,0 +1,8 @@
---
title: Dashboard
expires: 0
access:
admin.login: true
admin.super: true
---
+5
View File
@@ -0,0 +1,5 @@
---
title: Access Denied
expires: 0
---
+10
View File
@@ -0,0 +1,10 @@
---
title: Error
robots: noindex,nofollow
template: error
routable: false
http_response_code: 404
expires: 0
---
Woops! Looks like this page doesn't exist.
+8
View File
@@ -0,0 +1,8 @@
---
title: News Feed
template: ajax
expires: 0
access:
admin.login: true
---
+13
View File
@@ -0,0 +1,13 @@
---
title: Forgot password
expires: 0
form:
fields:
- name: username
type: text
placeholder: PLUGIN_ADMIN.USERNAME
autofocus: true
validate:
required: true
---
+9
View File
@@ -0,0 +1,9 @@
---
title: PHP Info
template: config
expires: 0
access:
admin.settings: true
admin.super: true
---
@@ -0,0 +1,8 @@
---
title: Installer
expires: 0
access:
admin.install: true
admin.super: true
---
+38
View File
@@ -0,0 +1,38 @@
---
title: Admin Login
expires: 0
forms:
login:
action:
method: post
fields:
username:
type: text
placeholder: PLUGIN_ADMIN.USERNAME_EMAIL
autofocus: true
validate:
required: true
password:
type: password
placeholder: PLUGIN_ADMIN.PASSWORD
validate:
required: true
login-twofa:
action:
method: post
fields:
2fa_instructions:
type: display
markdown: true
content: PLUGIN_ADMIN.2FA_INSTRUCTIONS
2fa_code:
type: text
id: twofa-code
autofocus: true
placeholder: PLUGIN_ADMIN.2FA_CODE_INPUT
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Media
template: default
expires: 0
access:
admin.pages: true
admin.super: true
---
@@ -0,0 +1,8 @@
---
title: Notifications
template: default
expires: 0
access:
admin.login: true
---
@@ -0,0 +1,9 @@
---
title: Pages Filter
template: default
expires: 0
access:
admin.pages: true
admin.super: true
---
+8
View File
@@ -0,0 +1,8 @@
---
title: Pages
expires: 0
access:
admin.pages: true
admin.super: true
---
@@ -0,0 +1,8 @@
---
title: Plugins
expires: 0
access:
admin.plugins: true
admin.super: true
---
@@ -0,0 +1,8 @@
---
title: Preview
expires: 0
access:
admin.pages: true
admin.super: true
---
@@ -0,0 +1,58 @@
---
expires: 0
form:
fields:
- name: username
type: text
label: PLUGIN_ADMIN.USERNAME
autofocus: true
placeholder: PLUGIN_ADMIN.USERNAME_PLACEHOLDER
validate:
required: true
message: PLUGIN_LOGIN.USERNAME_NOT_VALID
config-pattern@: system.username_regex
- name: email
type: email
label: PLUGIN_ADMIN.EMAIL
placeholder: "valid email address"
validate:
type: email
message: PLUGIN_ADMIN.EMAIL_VALIDATION_MESSAGE
required: true
- name: password1
type: password
label: PLUGIN_ADMIN.PASSWORD
placeholder: PLUGIN_ADMIN.PWD_PLACEHOLDER
validate:
required: true
message: PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE
config-pattern@: system.pwd_regex
- name: password2
type: password
label: PLUGIN_ADMIN.PASSWORD_CONFIRM
placeholder: PLUGIN_ADMIN.PWD_PLACEHOLDER
validate:
required: true
message: PLUGIN_ADMIN.PASSWORD_VALIDATION_MESSAGE
config-pattern@: system.pwd_regex
- name: fullname
type: text
placeholder: "e.g. 'Joe Schmoe'"
label: PLUGIN_ADMIN.FULL_NAME
- name: title
type: text
placeholder: "e.g. 'Administrator'"
label: PLUGIN_ADMIN.TITLE
process:
register_admin_user: true
---
The Admin plugin has been installed, but no **admin accounts** could be found. Please create an admin account to ensure your Grav install is secure...
+17
View File
@@ -0,0 +1,17 @@
---
title: Reset password
expires: 0
form:
fields:
- name: username
type: text
placeholder: PLUGIN_ADMIN.USERNAME
readonly: true
- name: password
type: password
placeholder: PLUGIN_ADMIN.PASSWORD
autofocus: true
- name: token
type: hidden
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Site Settings
template: config
expires: 0
access:
admin.settings: true
admin.super: true
---
@@ -0,0 +1,8 @@
---
title: Statistics
expires: 0
access:
admin.statistics: true
admin.super: true
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Configuration
template: config
expires: 0
access:
admin.configuration: true
admin.super: true
---
+8
View File
@@ -0,0 +1,8 @@
---
title: Grav Themes
expires: 0
access:
admin.themes: true
admin.super: true
---
+7
View File
@@ -0,0 +1,7 @@
---
title: Grav Tools
expires: 0
access:
admin.login: true
---
+9
View File
@@ -0,0 +1,9 @@
---
title: Updates
template: default
expires: 0
access:
admin.maintenance: true
admin.super: true
---
+9
View File
@@ -0,0 +1,9 @@
---
title: User
expires: 0
access:
admin.users: true
admin.login: true
admin.super: true
---