1. Fix(CSS): Styles improved across all pages. \n 2. Fix(SQL): User authentication correction for demo account with user role.
This commit is contained in:
@@ -190,6 +190,14 @@ VALUES
|
||||
, 0 -- is_super_user
|
||||
, 1 -- active
|
||||
)
|
||||
, (
|
||||
'auth0|679cc2fe0d652a47af90d16b' -- id_user_auth0
|
||||
, 'Demo' -- firstname
|
||||
, 'Demo' -- surname
|
||||
, 'bot@partsltd.co.uk' -- email
|
||||
, 0 -- is_super_user
|
||||
, 1 -- active
|
||||
)
|
||||
;
|
||||
|
||||
-- Roles
|
||||
@@ -318,6 +326,11 @@ VALUES
|
||||
, 2
|
||||
, 1
|
||||
)
|
||||
, (
|
||||
4
|
||||
, 2
|
||||
, 1
|
||||
)
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user