update of an outadet approach of the user adding in the current version

This commit is contained in:
2026-08-04 23:59:41 +02:00
parent 9dc6fe6eeb
commit 8eb240440b
2 changed files with 53 additions and 1 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ tenant_id = sys.argv[1].lower()
mode = sys.argv[2]
sanitized = "".join(c for c in tenant_id if c.isalnum() or c == "_")
us.add_user("admin", "admin123", "admin", "admin", permission_preset='full_access')
us.add_admin("admin", "admin123", "admin", "admin")
us.make_admin("admin")
print("Fallback successfully applied")