Feat: Home and Contact pages setup with Altcha bot protection and saving to database using alterntive layout.
This commit is contained in:
@@ -99,7 +99,12 @@ VALUES
|
||||
, (
|
||||
1
|
||||
, 'USER'
|
||||
, 'Admin User'
|
||||
, 'User'
|
||||
)
|
||||
, (
|
||||
2
|
||||
, 'PROJECT_HUB'
|
||||
, 'Project Hub'
|
||||
)
|
||||
;
|
||||
|
||||
@@ -154,6 +159,20 @@ VALUES
|
||||
, 2
|
||||
, 2
|
||||
)
|
||||
, (
|
||||
1
|
||||
, 'CONTACT_FORM_ADMIN'
|
||||
, 'Admin Contact Form'
|
||||
, 3
|
||||
, 3
|
||||
)
|
||||
, (
|
||||
1
|
||||
, 'CONTACT_FORM_CREATE'
|
||||
, 'Create Contact Form'
|
||||
, 3
|
||||
, 4
|
||||
)
|
||||
;
|
||||
|
||||
-- Users
|
||||
@@ -265,6 +284,18 @@ VALUES
|
||||
, 6
|
||||
, 3
|
||||
, 1
|
||||
)
|
||||
, (
|
||||
1
|
||||
, 7
|
||||
, 3
|
||||
, 1
|
||||
)
|
||||
, (
|
||||
1
|
||||
, 8
|
||||
, 3
|
||||
, 1
|
||||
)
|
||||
, (
|
||||
2
|
||||
@@ -302,6 +333,18 @@ VALUES
|
||||
, 1
|
||||
, 1
|
||||
)
|
||||
, (
|
||||
2
|
||||
, 7
|
||||
, 4
|
||||
, 1
|
||||
)
|
||||
, (
|
||||
2
|
||||
, 8
|
||||
, 1
|
||||
, 1
|
||||
)
|
||||
;
|
||||
|
||||
-- User Role link
|
||||
|
||||
Reference in New Issue
Block a user