mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:46:34 +00:00
[AZ-189] [AZ-190] [AZ-191] [AZ-192] [AZ-193] [AZ-194] [AZ-195] Add e2e blackbox test suite
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
ALTER ROLE azaion_admin WITH PASSWORD 'test_password';
|
||||
ALTER ROLE azaion_reader WITH PASSWORD 'test_password';
|
||||
|
||||
UPDATE public.users
|
||||
SET password_hash = 'elZ/nqXsL8E8T1V+9ZPb0bI4HZD0Sc7/ok9DdfxVFjQuGHj+Scya3q9wLXiX+I36'
|
||||
WHERE email = 'admin@azaion.com';
|
||||
|
||||
UPDATE public.users
|
||||
SET password_hash = '9cB4uEZlzPYisU4Dh73g+4U81rpeduPyv5Bs9nLMYzzoypEHYXQlTS4azDoVZd3l'
|
||||
WHERE email = 'uploader@azaion.com';
|
||||
Reference in New Issue
Block a user