chore: temporaeres QA-Seed-Skript 3 wieder entfernen

This commit is contained in:
mscadm 2026-07-13 15:57:08 +00:00
parent a711ab6bd6
commit 44c5f3089b
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
import sys
sys.path.insert(0, '/app')
import db
from werkzeug.security import generate_password_hash
tid = db.create_tenant('QA Verifikation Tenant 3', None, None, 1095, 1825, 480, 2880)
uid = db.create_user(tid, 'qa-verify3@example.com', generate_password_hash('QaVerify12345'), role='admin')
print('TENANT_ID=%s' % tid)
print('USER_ID=%s' % uid)