mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 11:26:04 +01:00
Separate login and session handling into its own plugin
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Configuration
|
||||
|
||||
access:
|
||||
admin.configuration: true
|
||||
admin.super: true
|
||||
---
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
---
|
||||
title: Dashboard
|
||||
|
||||
access:
|
||||
admin.login: true
|
||||
admin.super: true
|
||||
---
|
||||
|
||||
|
||||
4
pages/admin/denied.md
Normal file
4
pages/admin/denied.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Access Denied
|
||||
---
|
||||
|
||||
@@ -2,12 +2,13 @@
|
||||
title: Dashboard Login
|
||||
|
||||
form:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
fields:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
---
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Error Log
|
||||
|
||||
access:
|
||||
admin.logs: true
|
||||
admin.super: true
|
||||
---
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Pages
|
||||
|
||||
access:
|
||||
admin.pages: true
|
||||
admin.super: true
|
||||
---
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Plugins
|
||||
|
||||
access:
|
||||
admin.plugins: true
|
||||
admin.super: true
|
||||
---
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
---
|
||||
title: Site Settings
|
||||
|
||||
access:
|
||||
admin.settings: true
|
||||
admin.super: true
|
||||
---
|
||||
|
||||
7
pages/admin/themes.md
Normal file
7
pages/admin/themes.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Grav Themes
|
||||
|
||||
access:
|
||||
admin.themes: true
|
||||
admin.super: true
|
||||
---
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
title: Grav Themes
|
||||
---
|
||||
Reference in New Issue
Block a user