fix: remove personal emails, gitignore sensitive paths, untrack local settings

- Replace hardcoded personal email in clear-user-data.sql with placeholder
- Change SECURITY.md contact to role-based security@arcim.io
- Add supabase/.temp/ and .claude/settings.local.json to .gitignore
- Untrack .claude/settings.local.json (keeps file on disk)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakob Wennberg
2026-03-06 09:15:14 +01:00
parent 6b18360932
commit 55e8cc1a88
4 changed files with 8 additions and 46 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
DO $$
DECLARE
-- >>> SET THE TARGET USER EMAIL HERE <<<
target_email TEXT := 'jakob.wennberg@arcim.io';
target_email TEXT := 'user@example.com'; -- change this to the target user's email
target_user_id UUID;
BEGIN
-- Resolve email to user ID