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:
2025-07-12 18:28:30 +01:00
parent 62cafa8bed
commit 4954c63d84
121 changed files with 562 additions and 3917 deletions

View File

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