Separate login and session handling into its own plugin

This commit is contained in:
Matias Griese
2014-09-09 06:10:31 +03:00
parent 7a22ecd4d3
commit fa2975ca03
17 changed files with 112 additions and 81 deletions

View File

@@ -1,3 +1,7 @@
---
title: Configuration
access:
admin.configuration: true
admin.super: true
---

View File

@@ -1,4 +1,8 @@
---
title: Dashboard
access:
admin.login: true
admin.super: true
---

4
pages/admin/denied.md Normal file
View File

@@ -0,0 +1,4 @@
---
title: Access Denied
---

View File

@@ -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
---

View File

@@ -1,3 +1,7 @@
---
title: Error Log
access:
admin.logs: true
admin.super: true
---

View File

@@ -1,3 +1,7 @@
---
title: Pages
access:
admin.pages: true
admin.super: true
---

View File

@@ -1,3 +1,7 @@
---
title: Plugins
access:
admin.plugins: true
admin.super: true
---

View File

@@ -1,3 +1,7 @@
---
title: Site Settings
access:
admin.settings: true
admin.super: true
---

7
pages/admin/themes.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: Grav Themes
access:
admin.themes: true
admin.super: true
---

View File

@@ -1,3 +0,0 @@
---
title: Grav Themes
---