Fix(Auth): Flask Samesite attribute must be 'Lax' for OAuth login callback
This commit is contained in:
14
static/MySQL/deprecated/9001_add_user.sql
Normal file
14
static/MySQL/deprecated/9001_add_user.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
USE partsltd_prod;
|
||||
|
||||
INSERT INTO Shop_User (
|
||||
id_user_auth0
|
||||
, firstname
|
||||
, surname
|
||||
, email
|
||||
, is_super_user
|
||||
, active
|
||||
)
|
||||
VALUES ( 'auth0|679cc2fe0d652a47af90d16b' , 'Demo' , '' , 'bot@partsltd.co.uk' , 0 , 1 );
|
||||
|
||||
INSERT INTO Shop_User_Role_Link ( id_user, id_role )
|
||||
VALUES (4, 2);
|
||||
Reference in New Issue
Block a user